home.router: remove openvpn client
This commit is contained in:
parent
074184bb96
commit
13057d6f76
2 changed files with 2 additions and 12 deletions
File diff suppressed because one or more lines are too long
|
@ -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': {},
|
||||
|
|
Loading…
Reference in a new issue