summaryrefslogtreecommitdiff
path: root/config/router.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/router.nix')
-rw-r--r--config/router.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/router.nix b/config/router.nix
index 787297e..0724420 100644
--- a/config/router.nix
+++ b/config/router.nix
@@ -67,7 +67,7 @@ in
proto tcp dport ssh ACCEPT;
proto (tcp udp) dport domain ACCEPT;
proto tcp dport (http https) ACCEPT;
- proto udp dport ${mullvadPort} ACCEPT;
+ proto udp dport ${toString mullvadPort} ACCEPT;
}
interface $DEV_LAN @subchain "lan_services" {