[fix] add ::1 to slaveip.conf template ... it's 2018 people !
This commit is contained in:
parent
291812cead
commit
49e81b55bf
|
@ -5,6 +5,7 @@
|
||||||
acl "allslaves" {
|
acl "allslaves" {
|
||||||
{
|
{
|
||||||
127.0.0.1;
|
127.0.0.1;
|
||||||
|
::1;
|
||||||
//AUTO-SLAVES//
|
//AUTO-SLAVES//
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue