lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

Config.in (548B)


      1 if PACKAGE_bind-server
      2 
      3 config BIND_ENABLE_FILTER_AAAA
      4 	bool
      5 	default y
      6 	prompt "Enable filtering of AAAA records returned to the client"
      7 	help
      8 		BIND 9 has an option to filter AAAA (IPv6 address) records
      9 		returned to the client based on the transport used for the
     10 		query, and other filtering conditions. This filtering does
     11 		not affect the recursive queries made by the server (if
     12 		any) as a result of the client request.
     13 
     14 		Additional details are available at
     15 		https://kb.isc.org/article/AA-00576/0/Filter-AAAA-option-in-BIND-9-.html
     16 
     17 endif