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',
|
'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': {},
|
||||||
|
|
Loading…
Reference in a new issue