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