Brian J. Tarricone
0517eab29a
And also allow the wan-failover config to override it in case it's not in the network config, which it seems like it isn't anymore.
30 lines
599 B
Plaintext
30 lines
599 B
Plaintext
config globals 'globals'
|
|
option primary 'wan'
|
|
option fallback 'wwan'
|
|
option check_interval 10
|
|
option debug 'false'
|
|
|
|
config interface 'wan'
|
|
list ip '8.8.8.8'
|
|
list ip '1.1.1.1'
|
|
list ip '2001:4860:4860::8888'
|
|
list ip '2606:4700:4700::1112'
|
|
option quorum '2'
|
|
option count '5'
|
|
option timeout '2'
|
|
option down '3'
|
|
option up '5'
|
|
# option ifname 'eth2'
|
|
|
|
config interface 'wwan'
|
|
list ip '8.8.8.8'
|
|
list ip '1.1.1.1'
|
|
# list ip '2001:4860:4860::8888'
|
|
# list ip '2606:4700:4700::1112'
|
|
option quorum '2'
|
|
option count '5'
|
|
option timeout '2'
|
|
option down '3'
|
|
option up '5'
|
|
# option ifname 'wwan0'
|