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',
|
||||
'bundles': {
|
||||
'bird',
|
||||
'jool',
|
||||
'kea-dhcp-server',
|
||||
'nginx',
|
||||
'pppd',
|
||||
|
@ -90,6 +91,10 @@ nodes['home.router'] = {
|
|||
'iifname enp1s0.2000 accept',
|
||||
'ip6 nexthdr ipv6-icmp 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': {
|
||||
|
|
Loading…
Reference in a new issue