add domain_switch section for testing the switch to Batman v15, on 2022-05-22

This is just for a quick local test.
This commit is contained in:
Oliver Gerlich 2022-05-21 13:07:11 +02:00
parent 34f6db7f45
commit 2f09fb1112
1 changed files with 9 additions and 0 deletions

View File

@ -76,6 +76,15 @@
}, },
}, },
}, },
domain_switch = {
target_domain = 'ffhb_batv15',
switch_after_offline_mins = 120,
switch_time = 1653210000, -- Sun May 22 11:00:00 2022 CEST (this is just for testing)
connection_check_targets = {
'2001:4860:4860::8888',
'2001:4860:4860::8844',
},
},
} }
-- vim: noet ts=4 -- vim: noet ts=4