master
Bob Mottram 2019-07-04 22:41:23 +01:00
parent 9e89d4887b
commit e8c47563c6
1 changed files with 1 additions and 1 deletions

View File

@ -79,5 +79,5 @@ python3 epicyon.py --domain [name] --port 8000 --https --path [data directory]
By default the server will federate with any others. You can limit this to a well-defined list with the *--federate* option.
``` bash
python3 epicyon.py --domain [name] --port 8000 --https --path [data directory] --federate domain1.net domain2.org domain3.co.uk
python3 epicyon.py --domain [name] --port 8000 --https --federate domain1.net domain2.org domain3.co.uk
```