summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2024-01-21compiles and opensJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-21name changes in the gui packageJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-15start to clean out directoriesv0.12.4Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-12work towards automated buildsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-12minorJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-10autofix!v0.5.4Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-08go.wit.com/log NewFlag()Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-08not sureJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-08errors are always displayedJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-07new pathsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-05hide extra windows by defaultJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-03moved to using 'gui/debugger'Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-03fixed stuffJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-12-29added a real IPv6 recordJeff Carr
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]>
2023-12-21add the cloudflare example appJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-12-20rename to go.wit.com/control-panel-dnsv0.2.0Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-12-20make a cloudflare packagev0.1.2Jeff Carr
move cloudflare stuff to a package display cloudflare API values dns protobuf example sort output, but gocli formatting is bad cloudflare window can be closed first time success pushing AAAA records for my box enable a cloudflare button RFC 8482. DNS servers we use should respond to ANY We should support ANY requests via DNS as long as we enforce TCP over UDP populate the API provider domain NS record changes are tracked check hostname OS configuration detect domain name changes lookup of NS records for my domain name button to investigate port 53 daemon start dns resolver detection and debugging measure dns resolution speed sort todo items Signed-off-by: Jeff Carr <[email protected]>
2023-12-16seems to compile and runv0.1.1Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-12-16gocui mode works againJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-07okay thenv0.1Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-03-25add interfaces to the dropdown menuJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-03-01tagging against wit/gui v0.6.1Jeff Carr
using Queue() for textbox fixes crashing (?) change TTL to 2 minutes gui debugging checkboxes make a dig test button Signed-off-by: Jeff Carr <[email protected]>
2023-02-18minor makefile fixv0.0.2Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-02-18v0.0.2 next step: acutally try to nsupdateJeff Carr
upto the point where DNS update is next. start displaying real AAAA & naming buttons add RFC 2136 defining nsupdate. Vixie et al in 1997 Personal thansk to Paul for meeting with me some years back ready to pull DNS records starting a checkDNS() function dampen output. actually track IPs poll every 2 seconds (netlink is not the right thing here) ready to start looking for changes screw everything about logging. I hate log.whatthefuck*(){} Do you know what I don't care about? log() You shouldn't care either. Ignore it until you need it that is what logging is for. building something that works. So, here you go. a damn log() function in one place Also, because I'm annoyed today sleep() and exit() Because, when I want you to sleep or exit, I don't want to go to the top of a file and declare stupid shit related to nanoseconds or add "import os.Exit" or whatever the hell stop wasting my time. life is short. if he sit tunnelbroker down add IsRealIP() and IsIPv6() need a netlink function to trigger on changes (nope) put the gui plugin's in the debian package for now set the window title build a .deb package Signed-off-by: Jeff Carr <[email protected]>
2023-02-09a bunch more dns stuffJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-02-08Initial CommitJeff Carr