summaryrefslogtreecommitdiff
path: root/unix.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-12-20 15:12:26 -0600
committerJeff Carr <[email protected]>2023-12-20 15:12:26 -0600
commitbb662ccd82cbf07742896075127920493c1a4aaf (patch)
tree5f51893e5ba935ed24dfa2ed95dd69e4d92fe8dc /unix.go
parent4c3be58461858c511a25da62e63e29c9b90a63a6 (diff)
rename to go.wit.com/control-panel-dnsv0.2.0
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'unix.go')
-rw-r--r--unix.go6
1 files changed, 3 insertions, 3 deletions
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 {