diff options
-rw-r--r-- | modules/router.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/router.nix b/modules/router.nix index 2a26f6a..4262743 100644 --- a/modules/router.nix +++ b/modules/router.nix @@ -234,6 +234,8 @@ let oifname wan-vport counter accept oifname mullvad counter accept iifname servers-vport oifname wg-vpn counter accept + iifname wg-vpn-vport oifname wg-vpn counter accept + iifname wg-vpn oifname wg-vpn-vport counter accept # Transmission ip daddr 172.20.20.2 th dport {9091, 56732} counter accept; |