* add config_path option since the controller mode needs a persisting path to be used * add patch to fix a bug in the controller code (https://github.com/zerotier/ZeroTierOne/issues/553) * disable zerotier by default, as the default settings let it connect to a public network Signed-off-by: Moritz Warning <moritzwarning@web.de>
17 lines
362 B
Text
17 lines
362 B
Text
|
|
config zerotier sample_config
|
|
option enabled 0
|
|
|
|
# persistent configuration folder (for ZT controller mode)
|
|
#option config_path '/etc/zerotier'
|
|
|
|
# restart ZT when wan status changed
|
|
option interface 'wan'
|
|
|
|
#option port '9993'
|
|
|
|
# Generate secret on first start
|
|
option secret 'generate'
|
|
|
|
# Join a public network called Earth
|
|
list join '8056c2e21c000001'
|