File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff 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)
53315327hi link named_Number_Max3660days namedHL_Number
53325328syn match named_Number_Max3660days contained
Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments