mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
25 lines
645 B
Text
25 lines
645 B
Text
config global 'global'
|
|
option enable '1'
|
|
option dst '1'
|
|
|
|
config client 'client'
|
|
option enable '1'
|
|
option iburst '1'
|
|
option version '4'
|
|
option peer '0'
|
|
option minpoll '6'
|
|
option maxpoll '10'
|
|
option mode 'Unicast'
|
|
option interface 'wan'
|
|
list server 'ntp1.sth.netnod.se'
|
|
list server 'ntp1.gbg.netnod.se'
|
|
|
|
config client 'dhcp_driven'
|
|
option enable '0'
|
|
option interface 'wan'
|
|
option iburst '1'
|
|
option version '4'
|
|
option peer '0'
|
|
option minpoll '6'
|
|
option maxpoll '10'
|
|
option mode 'Unicast'
|