vpnmanager/device-config/1/etc/config/system

35 lines
737 B
Text

config system
option ttylogin '0'
option log_size '64'
option urandom_seed '0'
option zonename 'UTC'
option timezone 'GMT0'
option log_proto 'udp'
option conloglevel '8'
option cronloglevel '8'
option hostname 'VPN360'
config timeserver 'ntp'
option enabled '1'
list server '0.openwrt.pool.ntp.org'
list server '1.openwrt.pool.ntp.org'
list server '2.openwrt.pool.ntp.org'
list server '3.openwrt.pool.ntp.org'
config led
option trigger 'netdev'
option dev 'br-lan'
option mode 'link'
option name 'WAN'
option sysfs 'gl-ar300m:green:lan'
option default '0'
config led
option name 'VPN'
option trigger 'netdev'
option dev 'br-VPN360'
option mode 'link'
option sysfs 'gl-ar300m:green:wlan'
option default '0'