Perimeter notes

master
Bob Mottram 2019-07-19 11:13:52 +01:00
parent b16e61cfed
commit 6b484251cb
1 changed files with 5 additions and 1 deletions

View File

@ -130,7 +130,11 @@ By default data will be stored in the directory in which you run the server, but
python3 epicyon.py --domain [name] --port 8000 --https --path [data directory] 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. ## Defining a perimeter
By default the server will federate with any others, but there may be cases where you want to limit this down to a defined set of servers within an organization.
You can specify the domains which can federate with your server with the *--federate* option.
``` bash ``` bash
python3 epicyon.py --domain [name] --port 8000 --https --federate domain1.net domain2.org domain3.co.uk python3 epicyon.py --domain [name] --port 8000 --https --federate domain1.net domain2.org domain3.co.uk