summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2023-10-07 17:35:01 -0400
committerKjetil Orbekk <kj@orbekk.com>2023-10-07 17:35:01 -0400
commitbc3a6af27beecf8ed02dbd3a001cd5397bb6c6d1 (patch)
tree3113922f90bcfbf9d4279e07dfa216fcaa003c7f /modules
parent6fdb3ddc30b6c349f30f3136157d6fd8db30bda6 (diff)
allow traffic between vpn and servers
Diffstat (limited to 'modules')
-rw-r--r--modules/router.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/router.nix b/modules/router.nix
index 1c84ec3..1d6ba32 100644
--- a/modules/router.nix
+++ b/modules/router.nix
@@ -226,7 +226,7 @@ let
oifname he0 counter accept
oifname wan-vport counter accept
oifname mullvad counter accept
- iifname wg-vpn oifname wg-vpn counter accept
+ iifname servers-vport oifname wg-vpn counter accept
# Transmission
ip daddr 172.20.20.2 th dport {9091, 56732} counter accept;