diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-01-18 13:36:50 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-01-22 20:53:35 -0600 |
| commit | 9bc15fd531da793bc2f15a486c40351974bd3f85 (patch) | |
| tree | 66bcde0d9fb7a3687c30194095862520fcf0aa0c /sys/net/fail2ban.nix | |
| parent | f92d8e05e604f51f053c37ec47830ceae531bd38 (diff) | |
sys: remove IPv4 on dmz, gate; enable DNS64 for dmz
Diffstat (limited to 'sys/net/fail2ban.nix')
| -rw-r--r-- | sys/net/fail2ban.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/fail2ban.nix b/sys/net/fail2ban.nix index 998de21..51aab32 100644 --- a/sys/net/fail2ban.nix +++ b/sys/net/fail2ban.nix @@ -23,8 +23,7 @@ in }; ignoreIP = [ - nets.vpn0.v4.cidr - nets.gate0.v4.cidr + nets.static-vpn.v6.cidr nets.gate0.v6.cidr nets.gate-public.hosts.gate.v4.address nets.gate-public.hosts.gate.v6.address |
