packages/utils/airos-dfs-reset/files/airos-dfs-reset.config
Simon Polack e36e8a6a3b airos-dfs-reset: add airos-dfs-reset
Ubiquitis airmax based gear does not fallback to original port after DFS
event is over. This tool triggers the fallback automatically by soft-restarting
unconditionally, whenever the configured freq differs from the running.

Signed-off-by: Simon Polack <spolack+git@mailbox.org>
2021-08-23 11:40:33 +02:00

15 lines
516 B
Text

config airos-dfs-reset general
option interval '600' # Check every x seconds
option reset_sleep '120' # Sleep after reset to let routing protocols reconverge
config device 'sample_ap' # make sure to not use dashes in name
option target '192.168.1.20'
option username 'ubnt'
option password 'ubnt'
option daytime_limit '2-7' # .. from 2:xx to 7:xx reset is allowed
#config device 'sample_ap1'
# option target '10.31.81.21'
# option username 'ubnt'
# option password '...'
# option daytime_limit '0-23'