home.router: remove openvpn client

This commit is contained in:
Franzi 2021-09-29 20:36:34 +02:00
parent 074184bb96
commit 13057d6f76
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 2 additions and 12 deletions

File diff suppressed because one or more lines are too long

View file

@ -4,7 +4,6 @@ nodes['home.router'] = {
'bird', 'bird',
'dhcpd', 'dhcpd',
'nginx', 'nginx',
'openvpn-client',
'pppd', 'pppd',
'radvd', 'radvd',
'unbound', 'unbound',
@ -115,12 +114,9 @@ nodes['home.router'] = {
'tcp dport 22 accept', 'tcp dport 22 accept',
], ],
}, },
'nat_prerouting': [ 'nat_prerouting': {
'tcp dport 2022 dnat 172.19.138.20:22', 'tcp dport 2022 dnat 172.19.138.20:22',
], },
'nat_postrouting': [
'oif tun0 masquerade',
],
}, },
}, },
'nginx': { 'nginx': {
@ -135,11 +131,6 @@ nodes['home.router'] = {
}, },
}, },
}, },
'openvpn-client': {
'configs': {
'c3voc',
},
},
'radvd': { 'radvd': {
'interfaces': { 'interfaces': {
'enp1s0.23': {}, 'enp1s0.23': {},