From 6b484251cbeed68578470d45910dac1043162516 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 19 Jul 2019 11:13:52 +0100 Subject: [PATCH] Perimeter notes --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 10872511a..9c4918871 100644 --- a/README.md +++ b/README.md @@ -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] ``` -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 python3 epicyon.py --domain [name] --port 8000 --https --federate domain1.net domain2.org domain3.co.uk