From e5f231d420bc6688e7c6f080401ee81a7a9664b7 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Sun, 23 Aug 2026 16:11:16 -0500 Subject: configure udp2raw for wireguard some public wifi networks don't let you initiate connections to remote udp ports. but what about a tcp port? --- hosts/ganymede/networking.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/ganymede/networking.nix') diff --git a/hosts/ganymede/networking.nix b/hosts/ganymede/networking.nix index 42a66c7..72eb026 100644 --- a/hosts/ganymede/networking.nix +++ b/hosts/ganymede/networking.nix @@ -72,7 +72,7 @@ in { unbound = { enable = true; settings.server = { - interface = ["0.0.0.0"]; + interface = ["0.0.0.0" "::1"]; port = 53; access-control = [ "127.0.0.0/8 allow" -- cgit v1.3.1