From a045e701a6bf50d266875c1263b9f0d93ec350e3 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Mon, 26 Feb 2024 07:27:47 +0100 Subject: [PATCH] home.router: add bundle:jool, fix dns --- nodes/home/router.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nodes/home/router.py b/nodes/home/router.py index 08e1fbf..b63d4d2 100644 --- a/nodes/home/router.py +++ b/nodes/home/router.py @@ -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': {