diff options
author | rubo77 <github@r.z11.de> | 2018-06-21 23:29:05 +0200 |
---|---|---|
committer | rubo77 <github@r.z11.de> | 2018-06-21 23:29:05 +0200 |
commit | 2684b8c55ea794e8e3f3d69b76130a8201ce63fa (patch) | |
tree | affe4101cb3b64d93c3b7baf44f8b0f8de02b123 | |
parent | c019e71e50e522889b8b9a8fc8473fc8c47b324c (diff) |
Set ssid-changer check interval to 60 minutes
-rw-r--r-- | site.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -285,7 +285,7 @@ ssid_changer = { enabled = true, - switch_timeframe = 1440, -- only once every timeframe (in minutes) the SSID will change to OFFLINE + switch_timeframe = 60, -- only once every timeframe (in minutes) the SSID will change to OFFLINE -- set to 1440 to change once a day -- set to 1 minute to change every time the router gets offline first = 5, -- the first few minutes directly after reboot within which an Offline-SSID always may be activated |