aboutsummaryrefslogtreecommitdiffstats
path: root/clients/ipv6-dns.pl
diff options
context:
space:
mode:
Diffstat (limited to 'clients/ipv6-dns.pl')
-rwxr-xr-xclients/ipv6-dns.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/ipv6-dns.pl b/clients/ipv6-dns.pl
index d965acc..24b8bfb 100755
--- a/clients/ipv6-dns.pl
+++ b/clients/ipv6-dns.pl
@@ -17,7 +17,7 @@ BEGIN {
my $dbh = nms::db_connect() or die "Can't connect to database";
my $res = Net::DNS::Resolver->new;
-$res->nameservers("$nms::config::pri_a.$nms::config::tgname.gathering.org");
+$res->nameservers("$nms::config::pri_hostname.$nms::config::tgname.gathering.org");
my $kname = 'DHCP_UPDATER';