From bb662ccd82cbf07742896075127920493c1a4aaf Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 20 Dec 2023 15:12:26 -0600 Subject: rename to go.wit.com/control-panel-dns Signed-off-by: Jeff Carr --- unix.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'unix.go') diff --git a/unix.go b/unix.go index e9776ae..722ec82 100644 --- a/unix.go +++ b/unix.go @@ -13,7 +13,7 @@ import ( "fmt" "strings" - "git.wit.org/wit/shell" + "go.wit.com/shell" ) func CheckSuperuser() bool { @@ -35,8 +35,8 @@ func Escalate() { } // You need permission to do a zone transfer. Otherwise: -// dig +noall +answer +multiline lab.wit.org any -// dig +all +multiline fire.lab.wit.org # gives the zonefile header (ttl vals) +// dig +noall +answer +multiline lab.wit.com any +// dig +all +multiline fire.lab.wit.com # gives the zonefile header (ttl vals) func DumpPublicDNSZone(zone string) { entries, err := net.LookupHost(zone) if err != nil { -- cgit v1.2.3