From 4edc552df2ec8f091acf8b9f637a19eebdc2f5ab Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Wed, 22 Dec 2021 22:55:01 +0100 Subject: [PATCH] allow access to rspamd web UI --- systems/LoutreOS/services.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/LoutreOS/services.nix b/systems/LoutreOS/services.nix index 811b9ce..0cffabc 100644 --- a/systems/LoutreOS/services.nix +++ b/systems/LoutreOS/services.nix @@ -87,7 +87,7 @@ in }; rspamd.workers.controller.extraConfig = '' - secure_ip = ["127.0.0.1", "10.30.135.71"]; + secure_ip = ["0.0.0.0/0"]; ''; redis.enable = true;