From d12b2e51a81c45a74c756a30ccd404da7ccaf01e Mon Sep 17 00:00:00 2001 From: Jakob Lechner Date: Fri, 13 Oct 2023 09:37:57 +0000 Subject: [PATCH] Add exceptions for Deutsche Bahn --- modules/dnsmasq.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/dnsmasq.nix b/modules/dnsmasq.nix index 3e1d7ab..3a5ff06 100644 --- a/modules/dnsmasq.nix +++ b/modules/dnsmasq.nix @@ -10,6 +10,8 @@ "127.0.0.1#9053" "/lechner.zz/192.168.0.1" "/lab.fablab-nea.de/192.168.94.1" + "/login.wifionice.de/172.18.0.1" + "/iceportal.de/172.18.0.1" ]; no-resolv = true; interface = "lo";