Skip to content

Commit

Permalink
site: reduce ffac-ssid-changer intervals
Browse files Browse the repository at this point in the history
  • Loading branch information
grische committed Jan 7, 2024
1 parent 2986c92 commit 097db87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site.conf
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@

ssid_changer = {
enabled = true,
switch_timeframe = 15, -- only once every timeframe (in minutes) the SSID will change to the Offline-SSID
first = 5, -- the first few minutes directly after reboot within which an Offline-SSID may be activated every minute
switch_timeframe = 5, -- only once every timeframe (in minutes) the SSID will change to the Offline-SSID
first = 4, -- the first few minutes directly after reboot within which an Offline-SSID may be activated every minute
prefix = 'offline.ffmuc.net/', -- use something short to leave space for the nodename (no '~' allowed!)
suffix = 'nodename', -- generate the SSID with either 'nodename', 'mac' or to use only the prefix: 'none'
tq_limit_enabled = false, -- incompatible with Batman V. The offline SSID will only be set if there is no gateway reacheable.
Expand Down

0 comments on commit 097db87

Please sign in to comment.