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:
Brian Wellington
2000-06-13 22:45:20 +00:00
parent ee6fe1d197
commit 126c8d0c08
18 changed files with 18 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ options {
directory ".";
pid-file "named.pid";
listen-on { 10.53.0.5; };
listen-on-v6 {none;};
recursion yes;
};