home.router: new hardware
This commit is contained in:
parent
afa1e4abb7
commit
1189b58cd2
1 changed files with 1 additions and 4 deletions
|
@ -103,9 +103,6 @@ nodes['home.router'] = {
|
|||
'inet filter forward tcp dport 22 accept',
|
||||
'nat prerouting tcp dport 2022 dnat 172.19.138.20:22',
|
||||
],
|
||||
'60-fossgis-video': [
|
||||
'inet filter forward meta nfproto ipv6 meta l4proto tcp ip6 daddr 2001:9e8:2755:4001:f085:33ff:feaf:db87 accept comment "fossgis temporary"',
|
||||
],
|
||||
},
|
||||
},
|
||||
'nginx': {
|
||||
|
@ -170,7 +167,7 @@ nodes['home.router'] = {
|
|||
},
|
||||
'vm': {
|
||||
'cpu': 2,
|
||||
'ram': 2,
|
||||
'ram': 4,
|
||||
},
|
||||
'wide-dhcp6c': {
|
||||
'source': 'ppp0',
|
||||
|
|
Loading…
Reference in a new issue