docs: Add BIND9 grammar files for v9.18.44 and v9.20.18
- Fetch official BIND9 configuration grammar files from Gitea mirror - v9.18.44: Complete grammar including delegation-only.zoneopt - v9.20.18: Grammar files with v9.20 specific syntax updates - Files organized in upstream/vX.Y.Z/grammar/ directory structure - Enables configuration validation and version comparison tooling - Supports documentation generation and compatibility checking
This commit is contained in:
5
bind9-grammar/upstream/v9.20.18/grammar/forward.zoneopt
Normal file
5
bind9-grammar/upstream/v9.20.18/grammar/forward.zoneopt
Normal file
@@ -0,0 +1,5 @@
|
||||
zone <string> [ <class> ] {
|
||||
type forward;
|
||||
forward ( first | only );
|
||||
forwarders [ port <integer> ] [ tls <string> ] { ( <ipv4_address> | <ipv6_address> ) [ port <integer> ] [ tls <string> ]; ... };
|
||||
};
|
||||
Reference in New Issue
Block a user