aboutsummaryrefslogtreecommitdiff
path: root/hosts/ganymede/networking.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-08-23 16:11:16 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-08-23 16:11:24 -0500
commite5f231d420bc6688e7c6f080401ee81a7a9664b7 (patch)
treee1c9080bc4c39b3cf347852c8c605ea5b2adb89a /hosts/ganymede/networking.nix
parenta9a621755213155d46c07370a90d8e40dbb2675f (diff)
configure udp2raw for wireguardHEADmain
some public wifi networks don't let you initiate connections to remote udp ports. but what about a tcp port?
Diffstat (limited to 'hosts/ganymede/networking.nix')
-rw-r--r--hosts/ganymede/networking.nix2
1 files changed, 1 insertions, 1 deletions
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"