diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-04-13 13:46:25 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-04-19 11:08:26 -0600 |
| commit | 3984c5035854417cd3dbd92dae9a1d8568dc6499 (patch) | |
| tree | b7bc997a01e9c6bfb64252e4fc941c71719bd8a8 /sys | |
| parent | 7ed800b86f27ab1983bface02ba58ff16d0db50d (diff) | |
sys/net: redefine gate0 and nat64 nets using link-local addressing
Diffstat (limited to '')
| -rw-r--r-- | sys/net/fail2ban.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/fail2ban.nix b/sys/net/fail2ban.nix index 51aab32..8d3aa3d 100644 --- a/sys/net/fail2ban.nix +++ b/sys/net/fail2ban.nix @@ -24,7 +24,7 @@ in ignoreIP = [ nets.static-vpn.v6.cidr - nets.gate0.v6.cidr + nets.gate-srv.v6.cidr nets.gate-public.hosts.gate.v4.address nets.gate-public.hosts.gate.v6.address ]; |
