Skip to content

Commit 7f0914a

Browse files
author
steve
committed
2 parents 6f5ffea + 889a1f9 commit 7f0914a

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

syntax/bind-named.vim

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5319,14 +5319,10 @@ syn keyword namedOVZ_IgnoreWarnFail contained
53195319
\ check-mx
53205320
\ check-srv-cname
53215321
\ check-spf
5322+
\ check-dup-records
53225323
\ skipwhite skipnl skipempty
53235324
\ nextgroup=named_IgnoreWarnFail_SC
53245325

5325-
hi link namedOVZ_IgnoreWarn namedHL_Option
5326-
syn keyword namedOVZ_IgnoreWarn contained check-dup-records
5327-
\ skipwhite skipnl skipempty
5328-
\ nextgroup=named_IgnoreWarn_SC
5329-
53305326
" <0-3660> days (dnskey-sig-validity)
53315327
hi link named_Number_Max3660days namedHL_Number
53325328
syn match named_Number_Max3660days contained

test/example-9.16-named.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ options
615615
check-names slave ignore;
616616
check-sibling yes;
617617
check-spf fail;
618-
check-srv-cnames fail;
618+
check-srv-cname fail;
619619
check-wildcard yes;
620620
cleaning-interval 1440;
621621
clients-per-query 0 ;
@@ -1112,7 +1112,7 @@ view "redview" {
11121112
check-names warn;
11131113
check-sibling yes;
11141114
check-spf ignore;
1115-
check-srv-cnames fail;
1115+
check-srv-cname fail;
11161116
check-wildcard yes;
11171117
/* VIEW */
11181118
cleaning-interval 10;
@@ -1429,7 +1429,7 @@ zone zone-red {
14291429
check-names warn;
14301430
check-sibling yes;
14311431
check-spf warn;
1432-
check-srv-cnames fail;
1432+
check-srv-cname fail;
14331433
check-wildcard yes;
14341434
database string;
14351435
delegation-only no;

0 commit comments

Comments
 (0)