diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2025-11-18 10:16:45 -0800 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2025-11-18 10:16:45 -0800 |
| commit | bf6e5eb5f487e3b1cf747f8c9a19ac9eeb5441f8 (patch) | |
| tree | ed605265e72cb141a7e03f7ed3be33b465ddf5bc /hosts/arrakis/default.nix | |
| parent | ba4a0b2244fa01a289f4bf55d8237f4b3296312d (diff) | |
| download | nix-bf6e5eb5f487e3b1cf747f8c9a19ac9eeb5441f8.tar nix-bf6e5eb5f487e3b1cf747f8c9a19ac9eeb5441f8.tar.gz nix-bf6e5eb5f487e3b1cf747f8c9a19ac9eeb5441f8.tar.bz2 nix-bf6e5eb5f487e3b1cf747f8c9a19ac9eeb5441f8.tar.lz nix-bf6e5eb5f487e3b1cf747f8c9a19ac9eeb5441f8.tar.xz nix-bf6e5eb5f487e3b1cf747f8c9a19ac9eeb5441f8.tar.zst nix-bf6e5eb5f487e3b1cf747f8c9a19ac9eeb5441f8.zip | |
Fix typo
Diffstat (limited to '')
| -rw-r--r-- | hosts/arrakis/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/arrakis/default.nix b/hosts/arrakis/default.nix index 9e342fe..82ba3c0 100644 --- a/hosts/arrakis/default.nix +++ b/hosts/arrakis/default.nix @@ -66,8 +66,8 @@ type filter hook output priority filter; policy drop; # explicitly allow my DNS traffic without VPN - #skuid nipsy ip daddr 192.168.1.1 tcp dport domain accept - #skuid nipsy ip daddr 192.168.1.1 udp dport domain accept + skuid nipsy ip daddr 192.168.1.1 tcp dport domain accept + skuid nipsy ip daddr 192.168.1.1 udp dport domain accept # explicitly allow my traffic without VPN oifname veth.vpn skuid nipsy tcp sport 8080 accept # qBittorrent |
