]> source.dussan.org Git - rspamd.git/commitdiff
[Doc] Add IPv6 loopback to `allow_update` example 682/head
authorAlexander Moisseev <moiseev@mezonplus.ru>
Sun, 26 Jun 2016 12:26:40 +0000 (15:26 +0300)
committerGitHub <noreply@github.com>
Sun, 26 Jun 2016 12:26:40 +0000 (15:26 +0300)
doc/markdown/workers/fuzzy_storage.md

index 4a569459157f8683ac70f0d9d40b8b670883b060..2d9b61411d5f80b05417d34e3ff1f1b0420a486f 100644 (file)
@@ -126,7 +126,7 @@ worker {
    bind_socket = "*:11335";
    hashfile = "${DBDIR}/fuzzy.db"
    expire = 90d;
-   allow_update = "127.0.0.1";
+   allow_update = ["127.0.0.1", "::1"];
 }
 ~~~