mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-13 09:56:01 +00:00
[Rspamd] Use names instead of IPs
This commit is contained in:
@@ -1 +1 @@
|
||||
settings = "http://172.22.1.251:8081/settings.php";
|
||||
settings = "http://nginx:8081/settings.php";
|
||||
|
||||
@@ -1 +1 @@
|
||||
whitelisted_ip = "http://172.22.1.251:8081/forwardinghosts.php";
|
||||
whitelisted_ip = "http://nginx:8081/forwardinghosts.php";
|
||||
|
||||
Reference in New Issue
Block a user