bundles/wireguard: send pings over vpn, if pppd reconnects
This commit is contained in:
parent
c1885e20b6
commit
014b37082c
2 changed files with 19 additions and 0 deletions
|
@ -27,3 +27,10 @@ files = {
|
|||
'mode': '0755',
|
||||
},
|
||||
}
|
||||
|
||||
if node.has_bundle('pppd'):
|
||||
files['/etc/ppp/ip-up.d/reconnect-wireguard'] = {
|
||||
'source': 'pppd-ip-up',
|
||||
'content_type': 'mako',
|
||||
'mode': '0755',
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue