diff --git a/services/nginx/default.nix b/services/nginx/default.nix index 2d8b452..3ffdaaf 100644 --- a/services/nginx/default.nix +++ b/services/nginx/default.nix @@ -60,30 +60,6 @@ in { }; } ]; - parsers.s02Enrich = [ - { - name = "custom/whitelists"; - description = "Whitelist Gateway IP for VPN access"; - whitelist = { - reason = "Whitelist for Gateway IP"; - ip = [ - "192.168.1.254" - ]; - }; - } - ]; - postOverflows.s01Whitelist = [ - { - name = "custom/whitelists"; - description = "Whitelist Gateway IP for VPN access"; - whitelist = { - reason = "Whitelist for Gateway IP"; - ip = [ - "192.168.1.254" - ]; - }; - } - ]; }; }; fail2ban = {