summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2018-11-28 08:43:50 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2018-11-28 08:43:50 -0800
commit5da7d6d1ae09c6d8b714fd3881e9676fb17fa6b5 (patch)
tree3a662ac3926117df3d8e6c452ade011db442d1ce /service
parent01d5d7d78bceb3dbbf91b265413a22c40cbe45f5 (diff)
parent65e0a747183214396eb2b8cf5a2cb4dec64b1987 (diff)
downloadinfinitytier-5da7d6d1ae09c6d8b714fd3881e9676fb17fa6b5.tar.gz
infinitytier-5da7d6d1ae09c6d8b714fd3881e9676fb17fa6b5.zip
Merge docker update PR
Diffstat (limited to 'service')
-rw-r--r--service/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/README.md b/service/README.md
index 8730e567..3b9901fd 100644
--- a/service/README.md
+++ b/service/README.md
@@ -31,7 +31,7 @@ Settings available in `local.conf` (this is not valid JSON, and JSON does not al
"softwareUpdateChannel": "release"|"beta", /* Software update channel */
"softwareUpdateDist": true|false, /* If true, distribute software updates (only really useful to ZeroTier, Inc. itself, default is false) */
"interfacePrefixBlacklist": [ "XXX",... ], /* Array of interface name prefixes (e.g. eth for eth#) to blacklist for ZT traffic */
- "allowManagementFrom": "NETWORK/bits"|null, /* If non-NULL, allow JSON/HTTP management from this IP network. Default is 127.0.0.1 only. */
+ "allowManagementFrom": [ "NETWORK/bits", ...] |null, /* If non-NULL, allow JSON/HTTP management from this IP network. Default is 127.0.0.1 only. */
"bind": [ "ip",... ], /* If present and non-null, bind to these IPs instead of to each interface (wildcard IP allowed) */
"allowTcpFallbackRelay": true|false /* Allow or disallow establishment of TCP relay connections (true by default) */
}