Browse Source

[Rspamd] Use names instead of IPs

andre.peters 7 years ago
parent
commit
83a21259f7
2 changed files with 2 additions and 2 deletions
  1. 1 1
      data/Dockerfiles/rspamd/settings.conf
  2. 1 1
      data/conf/rspamd/local.d/greylist.conf

+ 1 - 1
data/Dockerfiles/rspamd/settings.conf

@@ -1 +1 @@
-settings = "http://172.22.1.251:8081/settings.php";
+settings = "http://nginx:8081/settings.php";

+ 1 - 1
data/conf/rspamd/local.d/greylist.conf

@@ -1 +1 @@
-whitelisted_ip = "http://172.22.1.251:8081/forwardinghosts.php";
+whitelisted_ip = "http://nginx:8081/forwardinghosts.php";