File: forward.zoneopt

package info (click to toggle)
bind9 1%3A9.20.18-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 43,380 kB
  • sloc: ansic: 315,561; sh: 50,116; python: 23,452; perl: 3,734; makefile: 2,247
file content (5 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (6)
1
2
3
4
5
zone <string> [ <class> ] {
	type forward;
	forward ( first | only );
	forwarders [ port <integer> ] [ tls <string> ] { ( <ipv4_address> | <ipv6_address> ) [ port <integer> ] [ tls <string> ]; ... };
};