diff options
-rw-r--r-- | config/router.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/router.nix b/config/router.nix index e7e862e..787297e 100644 --- a/config/router.nix +++ b/config/router.nix @@ -53,7 +53,7 @@ in mod state state INVALID DROP; mod state state (ESTABLISHED RELATED) ACCEPT; - interface mullvad mark 30; + interface mullvad MARK set-mark ${toString mullvadMark}; interface lo ACCEPT; proto icmp ACCEPT; |