Add listen-on-v6 {none;}; , since without it, v6 was binding v4 mapped
sockets and causing failures on some platforms
This commit is contained in:
@@ -6,6 +6,7 @@ options {
|
||||
directory ".";
|
||||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.5; };
|
||||
listen-on-v6 {none;};
|
||||
recursion yes;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user