summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorTravis LaDuke <travisladuke@gmail.com>2018-09-24 15:02:11 -0700
committerGitHub <noreply@github.com>2018-09-24 15:02:11 -0700
commit133b64679c5423a20c407ad8a5d713a58ced38e1 (patch)
tree5a9644111e35266d1a0110b789642d5611a973b9 /service
parent79b88a22c3320f55e5649a98c7a1050d42ce4e27 (diff)
downloadinfinitytier-133b64679c5423a20c407ad8a5d713a58ced38e1.tar.gz
infinitytier-133b64679c5423a20c407ad8a5d713a58ced38e1.zip
Update README.md
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 7d931205..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) */
}