home.router: add hosts entry for wireguard box
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
8656f99f8e
commit
b7482008df
1 changed files with 9 additions and 0 deletions
|
@ -90,6 +90,15 @@ nodes['home.router'] = {
|
|||
},
|
||||
},
|
||||
},
|
||||
'hosts': {
|
||||
'entries': {
|
||||
# Hackaround to force wireguard to only use IPv4 for
|
||||
# the connection to this system.
|
||||
'51.195.47.180': {
|
||||
'wireguard.ovh.kunbox.net',
|
||||
},
|
||||
},
|
||||
},
|
||||
'icinga_options': {
|
||||
# override group default
|
||||
'also_affected_by': atomic({
|
||||
|
|
Loading…
Reference in a new issue