mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
e42648f3c8
Also allow path to local.conf to be set and enable linker optimisations to save a few bytes. Signed-off-by: Moritz Warning <moritzwarning@web.de>
19 lines
389 B
Plaintext
19 lines
389 B
Plaintext
|
|
config zerotier sample_config
|
|
option enabled 0
|
|
|
|
# persistent configuration folder (for ZT controller mode)
|
|
#option config_path '/etc/zerotier'
|
|
|
|
#option port '9993'
|
|
|
|
# path to the local.conf
|
|
#option local_conf '/etc/zerotier.conf'
|
|
|
|
# Generate secret on first start
|
|
option secret ''
|
|
|
|
# Join a public network called Earth
|
|
list join '8056c2e21c000001'
|
|
#list join '<other_network>'
|