File: forward.zoneopt

package info (click to toggle)
bind9 1%3A9.11.5.P4%2Bdfsg-5.1%2Bdeb10u7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 53,320 kB
  • sloc: ansic: 347,870; sh: 49,945; cpp: 22,421; xml: 20,286; perl: 7,564; makefile: 4,022; python: 439; awk: 236; tcl: 13
file content (6 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
zone <string> [ <class> ] {
	type forward;
	delegation-only <boolean>;
	forward ( first | only );
	forwarders [ port <integer> ] [ dscp <integer> ] { ( <ipv4_address> | <ipv6_address> ) [ port <integer> ] [ dscp <integer> ]; ... };
};