ffhb_11s.conf: disable domain_switch for now

The next release should become a Testing version that does not perform an
automatic switchover yet.
This commit is contained in:
Oliver Gerlich 2022-06-06 17:12:57 +02:00
parent 960e6102a0
commit c8188a4774
1 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,7 @@
}, },
}, },
}, },
--[[
domain_switch = { domain_switch = {
target_domain = 'ffhb_batv15', target_domain = 'ffhb_batv15',
switch_after_offline_mins = 1440, -- 1 day switch_after_offline_mins = 1440, -- 1 day
@ -104,6 +105,7 @@
'2a06:8782:ff02::e8', -- vpn07 '2a06:8782:ff02::e8', -- vpn07
}, },
}, },
--]]
} }
-- vim: noet ts=4 -- vim: noet ts=4