home.router: add bundle:jool, fix dns

This commit is contained in:
Franzi 2024-02-26 07:27:47 +01:00
parent 575fe91685
commit a045e701a6
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 5 additions and 0 deletions

View File

@ -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': {