mirror of
https://github.com/landandair/Reticulum-Decentralized-File-Server.git
synced 2025-12-22 09:27:08 +00:00
0
reticulum_file_server/cid_store.py
Normal file → Executable file
0
reticulum_file_server/cid_store.py
Normal file → Executable file
0
reticulum_file_server/file_server_api.py
Normal file → Executable file
0
reticulum_file_server/file_server_api.py
Normal file → Executable file
2
reticulum_file_server/main.py
Normal file → Executable file
2
reticulum_file_server/main.py
Normal file → Executable file
@@ -87,7 +87,7 @@ if __name__ == '__main__':
|
||||
parser.add_argument('--hostname', default='', type=str, help='ip to bind api to')
|
||||
parser.add_argument('--allowAll', action='store_true', help='Allow all destinations to join server('
|
||||
'Keep in mind the risks involved)')
|
||||
parser.add_argument('-a', '--allowedPeers', default=None, type=str, help='File path to list of allowed peers')
|
||||
parser.add_argument('-a', '--allowedPeers', default='', type=str, help='File path to list of allowed peers')
|
||||
parser.add_argument('name', type=str, help='Nickname of server')
|
||||
|
||||
args = parser.parse_args()
|
||||
|
||||
0
reticulum_file_server/rns_interface.py
Normal file → Executable file
0
reticulum_file_server/rns_interface.py
Normal file → Executable file
0
reticulum_file_server/server_command_state.py
Normal file → Executable file
0
reticulum_file_server/server_command_state.py
Normal file → Executable file
Reference in New Issue
Block a user