summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-12-29 21:14:36 -0600
committerJeff Carr <[email protected]>2023-12-29 21:14:36 -0600
commitec5cbbe203596327d42ac626dcc9c55c604b9139 (patch)
tree5783e6324ef379e816d2378d51f7ee5e6e38436b /Makefile
parent867b69f5557ebe5665c0d52467b8b4a5980aa33a (diff)
added a real IPv6 record
first time deleting cloudflare AAAA record can find wit.com on cloudflare ready to add cloudflare.Delete() remove code since --gui-debug works Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4d3db8e..40a1d91 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
run: build
# ./control-panel-dns >/tmp/witgui.log.stderr 2>&1
- ./control-panel-dns
+ ./control-panel-dns --gui-debug
install:
go install -v go.wit.com/control-panel-dns@latest