home.router: add bundle:jool, fix dns
This commit is contained in:
parent
575fe91685
commit
a045e701a6
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,7 @@ nodes['home.router'] = {
|
||||||
'hostname': 'fd90:2017:0:1138::1',
|
'hostname': 'fd90:2017:0:1138::1',
|
||||||
'bundles': {
|
'bundles': {
|
||||||
'bird',
|
'bird',
|
||||||
|
'jool',
|
||||||
'kea-dhcp-server',
|
'kea-dhcp-server',
|
||||||
'nginx',
|
'nginx',
|
||||||
'pppd',
|
'pppd',
|
||||||
|
@ -90,6 +91,10 @@ nodes['home.router'] = {
|
||||||
'iifname enp1s0.2000 accept',
|
'iifname enp1s0.2000 accept',
|
||||||
'ip6 nexthdr ipv6-icmp accept',
|
'ip6 nexthdr ipv6-icmp accept',
|
||||||
'tcp dport 22 accept',
|
'tcp dport 22 accept',
|
||||||
|
|
||||||
|
# TODO remove this once a better solution exists
|
||||||
|
'udp dport 53 iifname enp1s0.1138 accept',
|
||||||
|
'udp dport 53 iifname enp1s0.2000 accept',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'prerouting': {
|
'prerouting': {
|
||||||
|
|
Loading…
Reference in a new issue