From 3f534cfe90bfb0d92e3608ddbbbde5911adfa5d6 Mon Sep 17 00:00:00 2001 From: Jorj Bauer Date: Tue, 1 Nov 2022 08:31:03 -0400 Subject: [PATCH] add v6 addy --- bin/add-custom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/add-custom b/bin/add-custom index c3d7574..74221c7 100755 --- a/bin/add-custom +++ b/bin/add-custom @@ -7,7 +7,7 @@ use Regexp::Common qw/net/; my $host = shift || die "No zonename provided"; my $master = shift; -$master ||= '198.251.79.234'; +$master ||= '198.251.79.234 2607:f1c0:86e:b66f:6b86:babb:c367:b0dc'; die "Zonename must end in a dot" unless ($host =~ /^[a-zA-Z0-9\.\-\_]+\.$/);