summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2019-07-29 10:21:35 -0700
committerGitHub <noreply@github.com>2019-07-29 10:21:35 -0700
commit745483708acf13a86889c18a83343c5f12d4a653 (patch)
tree1b95bead00082cc0b6599160ab282e389d5cdeb5 /service
parentd9432f2f1eccb624d772f532d514f9d74f0dc98c (diff)
parenteb2f851e6557812a4549788bf9ce03256dcef67b (diff)
downloadinfinitytier-745483708acf13a86889c18a83343c5f12d4a653.tar.gz
infinitytier-745483708acf13a86889c18a83343c5f12d4a653.zip
Merge pull request #974 from squeakbat/master
Don't relink zerotier-one every time.
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 08a3a63f..c77ee511 100644
--- a/service/README.md
+++ b/service/README.md
@@ -5,7 +5,7 @@ This is the actual implementation of ZeroTier One, a service providing connectiv
### Local Configuration File
-A file called `local.conf` in the ZeroTier home folder contains configuration options that apply to the local node. It can be used to set up trusted paths, blacklist physical paths, set up physical path hints for certain nodes, and define trusted upstream devices (federated roots). In a large deployment it can be deployed using a tool like Puppet, Chef, SaltStack, etc. to set a uniform configuration across systems. It's a JSON format file that can also be edited and rewritten by ZeroTier One itself, so ensure that proper JSON formatting is used.
+A file called `local.conf` in the ZeroTier home folder contains configuration options that apply to the local node. (It does not exist unless you create it). It can be used to set up trusted paths, blacklist physical paths, set up physical path hints for certain nodes, and define trusted upstream devices (federated roots). In a large deployment it can be deployed using a tool like Puppet, Chef, SaltStack, etc. to set a uniform configuration across systems. It's a JSON format file that can also be edited and rewritten by ZeroTier One itself, so ensure that proper JSON formatting is used.
Settings available in `local.conf` (this is not valid JSON, and JSON does not allow comments):