From 222e6390e38c264f62ed1743260ed2a58599c1e6 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/local/www') diff --git a/usr/local/www/services_unbound.php b/usr/local/www/services_unbound.php index f33b16c..f831cfa 100644 --- a/usr/local/www/services_unbound.php +++ b/usr/local/www/services_unbound.php @@ -501,7 +501,8 @@ function show_advanced_dns() {

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

-- cgit v1.1