mwarning / zerotier-openwrt

A OpenWrt package for ZeroTier One - Pull requests are welcome!
672 stars 140 forks source link

##ATTENTION!!!##Installing ZeroTier On Your LEDE #32

Closed mixzine closed 6 years ago

mixzine commented 6 years ago

I download and installed zerotier_1.2.8-1_mipsel_24kc.ipk Then i found The config fiile /etc/config/zerotier is wrong By correct it should look something like this: config zerotier 'default' option enabled '1' option interface 'wan' list join '8056c2e21c000001' option secret 'some_really_long_hex_string'

mixzine commented 6 years ago

This is the wrong config `
root@LEDE:/etc/config# cat zerotier

config zerotier sample_config
option enabled 0

# persistent configuration folder (for ZT controller mode)
#option config_path '/etc/zerotier'

#option port '9993'

# Generate secret on first start
option secret 'generate'

# Join a public network called Earth
list join '8056c2e21c000001'

`

mwarning commented 6 years ago

Hi @mixzine, 'generate' will be replaced by some_really_long_hex_string when start you zerotier.

Also, next time, please do not put ##ATTENTION## in the title. It might cause any notification email to be swallowed by spam filters and doesn't help to get more attention or a higher priority.

mixzine commented 6 years ago

我已经在LEDE上装好了1.2.8.1 完美