munin service: listen on IPv6 loopback as well (#23012)

munin service: listen on IPv6 loopback as well
This commit is contained in:
florianjacob 2017-02-20 06:13:48 +01:00 committed by Franz Pletz
parent 252fbbf2d2
commit c23c2c50de

View File

@ -76,6 +76,7 @@ let
# wrapped plugins by makeWrapper being with dots
ignore_file ^\.
allow ^::1$
allow ^127\.0\.0\.1$
${nodeCfg.extraConfig}