diff options
author | Joseph Henry <josephjah@gmail.com> | 2018-06-22 16:46:50 -0700 |
---|---|---|
committer | Joseph Henry <josephjah@gmail.com> | 2018-06-22 16:46:50 -0700 |
commit | d74817f79f52df05e3f201f4ce18d439b83edcdc (patch) | |
tree | 25d963c45130b72371cb5a66103e4bd4eb4e08f9 /service | |
parent | 352ec3430f50da47132e741c4bb19ca194e324f6 (diff) | |
download | infinitytier-d74817f79f52df05e3f201f4ce18d439b83edcdc.tar.gz infinitytier-d74817f79f52df05e3f201f4ce18d439b83edcdc.zip |
Added blurb about allowTcpFallbackRelay to README
Diffstat (limited to 'service')
-rw-r--r-- | service/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/service/README.md b/service/README.md index da29d3d0..8730e567 100644 --- a/service/README.md +++ b/service/README.md @@ -32,7 +32,8 @@ Settings available in `local.conf` (this is not valid JSON, and JSON does not al "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. */ - "bind": [ "ip",... ] /* If present and non-null, bind to these IPs instead of to each interface (wildcard IP allowed) */ + "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) */ } } ``` |