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.3 2000/11/06 08:33:10 marka Exp $ */
|
||||
/* $Id: named.conf,v 1.4 2000/11/21 23:49:59 gson Exp $ */
|
||||
|
||||
key "update.example." {
|
||||
algorithm "hmac-md5";
|
||||
@@ -28,7 +28,7 @@ options {
|
||||
port 5300;
|
||||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.1; };
|
||||
listen-on-v6 {none;};
|
||||
listen-on-v6 { none; };
|
||||
recursion yes;
|
||||
notify yes;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user