make spacing in listen-on-v6 option consistent with other options
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf,v 1.11 2000/09/01 19:27:14 gson Exp $ */
|
||||
/* $Id: named.conf,v 1.12 2000/11/21 23:49:30 gson Exp $ */
|
||||
|
||||
// NS5
|
||||
|
||||
@@ -24,7 +24,7 @@ options {
|
||||
port 5300;
|
||||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.5; };
|
||||
listen-on-v6 {none;};
|
||||
listen-on-v6 { none; };
|
||||
recursion yes;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user