summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2024-01-03fixed stuffJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-12-31create takes a name. delete() droplet worksJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-12-30digitalocean droplet power on & off workJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-12-30shows the droplets and if they are on or offJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-12-30show dropletsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-12-30create a basic digitalocean gui objectJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-12-29switch to using Register() from 'go-arg'Jeff Carr
implement 'universal' use of go-arg Signed-off-by: Jeff Carr <[email protected]>
2023-12-29add digital ocean & DNS state windowsJeff Carr
lists digital ocean droplets create a new digital ocean droplet knows what needs to be done to get IPv4 and IPv6 to work update windows on Show() make a window for the state of DNS specific to the hostname Signed-off-by: Jeff Carr <[email protected]>
2023-12-28Detect that a VPN is neededJeff Carr
IPv6() returns true if it's working display duration a 'DNS Lookup Status' window actual dig results display status and failure counters count lookup failures and successes add TCP dns lookup logic to test if dns is working at all add DNS over HTTPS cloudflare new & update kind of working holy shit, go.wit.com finally works with git mod tidy working, but cloudflare api stuff is broken AAAA '(none)' logic detection is better cloudflare control panel display the working real AAAA addresses Signed-off-by: Jeff Carr <[email protected]>
2023-12-21add a DurationSlider()v0.2.2Jeff Carr
widgets to adjust timeouts redo bash curl.sh example Signed-off-by: Jeff Carr <[email protected]>
2023-12-21move code into the cloudflare packageJeff Carr
2023-12-21add the cloudflare example appJeff Carr
Signed-off-by: Jeff Carr <[email protected]>