summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/router.nix12
1 files changed, 1 insertions, 11 deletions
diff --git a/modules/router.nix b/modules/router.nix
index 336943d..3864d06 100644
--- a/modules/router.nix
+++ b/modules/router.nix
@@ -346,17 +346,7 @@ let
meta nfproto ipv6 oifname {"mullvad"} counter masquerade
}
}
-
- table inet miniupnpd {
- chain miniupnpd {}
- chain prerouting_miniupnpd {
- type nat hook prerouting priority dstnat; policy accept;
- }
- chain postrouting_miniupnpd {
- type nat hook postrouting priority srcnat; policy accept;
- }
- }
- '';
+ '';
};
in {
options = {