2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 23:25:38 +00:00

update copyright notice / whitespace

This commit is contained in:
Tinderbox User
2016-06-10 23:45:19 +00:00
parent 6d6ac268af
commit ffaab41a01

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
* *
* Permission to use, copy, modify, and/or distribute this software for any * Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above
@@ -23,8 +23,8 @@ options {
pid-file "named.pid"; pid-file "named.pid";
listen-on { 10.53.0.2; }; listen-on { 10.53.0.2; };
listen-on-v6 { none; }; listen-on-v6 { none; };
allow-query { any; }; allow-query { any; };
recursion no; recursion no;
allow-new-zones yes; allow-new-zones yes;
}; };