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

@@ -5,6 +5,7 @@ options {
port 5300;
pid-file "named.pid";
listen-on { 10.53.0.2; };
listen-on-v6 {none;};
recursion no;
notify yes;
};