diff options
| author | Kjetil Orbekk <kj@orbekk.com> | 2025-12-15 19:05:22 -0500 |
|---|---|---|
| committer | Kjetil Orbekk <kj@orbekk.com> | 2025-12-15 19:05:22 -0500 |
| commit | 67fe5946de2fc5441dc9fa2dc052eb42ebb9f287 (patch) | |
| tree | a7d4aa90bc0223ab6ccaca69408a23a455ee5ed3 /modules | |
| parent | fd1a474d621e747ec8abf87da113c0fd079c6e35 (diff) | |
fix
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/router.nix | 12 |
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 = { |
