blob: 80d61559f41c01a1022dcf0fe4508eaeb2337acc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
config system
option hostname FFJ
option timezone CET
config mesh mesh
option webif_password ''
option qos false
option vpn false
option filter_wan true
config position position
option public true
option automatic true
config 'timeserver'
list 'server' 'ntp1.ptb.de'
list 'server' 'ntp2.ptb.de'
config button
option button reset
option action released
option handler "logger reboot"
option min 0
option max 4
config button
option button reset
option action released
option handler "logger factory default"
option min 5
option max 30
|