rspamd web interface: limit to university nets

This commit is contained in:
Rouven Seifert 2024-10-28 13:15:51 +01:00
parent e8e71eda7c
commit ae4fcb60cc
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -193,6 +193,11 @@ in
"/" = {
proxyPass = "http://127.0.0.1:11334";
proxyWebsockets = true;
extraConfig = ''
allow 141.30.0.0/16;
allow 141.76.0.0/16;
deny all;
'';
};
};
};