aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-09-22 17:45:20 -0700
committerMark Nipper <nipsy@bitgnome.net>2025-09-22 17:45:20 -0700
commita001a9eec4f8cab64cea4c1189103e659ccee76a (patch)
tree4e304eba84c443769e2608895cb5a2fecd387d99 /hosts
parentd741a019cae3e793962003413e7fe5547cb1bdf8 (diff)
downloadnix-a001a9eec4f8cab64cea4c1189103e659ccee76a.tar
nix-a001a9eec4f8cab64cea4c1189103e659ccee76a.tar.gz
nix-a001a9eec4f8cab64cea4c1189103e659ccee76a.tar.bz2
nix-a001a9eec4f8cab64cea4c1189103e659ccee76a.tar.lz
nix-a001a9eec4f8cab64cea4c1189103e659ccee76a.tar.xz
nix-a001a9eec4f8cab64cea4c1189103e659ccee76a.tar.zst
nix-a001a9eec4f8cab64cea4c1189103e659ccee76a.zip
Add VPN firewall rule @arrakis
Diffstat (limited to 'hosts')
-rw-r--r--hosts/arrakis/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/arrakis/default.nix b/hosts/arrakis/default.nix
index 6591eb9..6ca2eff 100644
--- a/hosts/arrakis/default.nix
+++ b/hosts/arrakis/default.nix
@@ -63,6 +63,7 @@
oifname veth.vpn skuid nipsy tcp sport 8080 accept # qBittorrent
oifname veth.vpn skuid nipsy tcp sport 9696 accept # Prowlarr
oifname veth.vpn skuid nipsy ip daddr 192.168.1.2 tcp dport { 7878, 8686, 8787, 8989 } accept # Prowlarr to { Radarr, Lidarr, Readarr, Sonarr }
+ oifname veth.vpn skuid nipsy ip daddr 192.168.1.3 tcp dport 8080 accept # Prowlarr to qBittorrent
# allow any traffic out through VPN
oifname wg1 accept