You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
516 B

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