From fc2e17f3a70b9c39fb9a8bd691d9d124b2ba11fa Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Mon, 13 Apr 2015 16:45:43 +0545 Subject: Domain override with multiple authoritative DNS servers Tell users that this is possible in DNS Resolver and how to achieve it. The code in unbound.inc already supports it and works. I had asked for this in Redmine feature request #4350 and when I went to look at coding to implement it I found code that already did it. So IMHO it is worth telling users. --- usr/local/www/services_unbound.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr') diff --git a/usr/local/www/services_unbound.php b/usr/local/www/services_unbound.php index decb25d..0a123d9 100644 --- a/usr/local/www/services_unbound.php +++ b/usr/local/www/services_unbound.php @@ -498,7 +498,8 @@ function show_advanced_dns() {

+ " authoritative DNS server to be queried for that domain.");?> +

-- cgit v1.1