Commit ca965052b21c
Changed files (1)
systems
kerkouane
systems/kerkouane/extra.nix
@@ -124,6 +124,7 @@ in
"::1"
"10.100.0.0/24" # WireGuard VPN
"176.172.78.0/24" # Home (Bouygues FTTH)
+ "196.176.0.0/16" # Tunisia (Ooredoo)
];
jails = {
@@ -168,7 +169,7 @@ in
"fail2ban/filter.d/caddy-auth.conf".text = ''
[Definition]
failregex = ^.*"remote_ip":"<HOST>".*"status":(401|403),.*$
- ignoreregex =
+ ignoreregex = ^.*"host":"ntfy\.sbr\.pm".*$
datepattern = "ts":{EPOCH}
'';