Commit Graph

11 Commits

Author SHA1 Message Date
Jeff Carr d2f0691744 create takes a name. delete() droplet works
Signed-off-by: Jeff Carr <jcarr@wit.com>
2023-12-31 02:50:20 -06:00
Jeff Carr 44730e1b91 digitalocean droplet power on & off work
Signed-off-by: Jeff Carr <jcarr@wit.com>
2023-12-30 23:30:14 -06:00
Jeff Carr be03e85c2d shows the droplets and if they are on or off
Signed-off-by: Jeff Carr <jcarr@wit.com>
2023-12-30 22:41:58 -06:00
Jeff Carr a117923b32 show droplets
Signed-off-by: Jeff Carr <jcarr@wit.com>
2023-12-30 12:20:20 -06:00
Jeff Carr 7532fb5ff5 create a basic digitalocean gui object
Signed-off-by: Jeff Carr <jcarr@wit.com>
2023-12-30 09:49:30 -06:00
Jeff Carr 867b69f555 switch to using Register() from 'go-arg'
implement 'universal' use of go-arg

Signed-off-by: Jeff Carr <jcarr@wit.com>
2023-12-29 17:29:47 -06:00
Jeff Carr 1258be9bef add digital ocean & DNS state windows
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 <jcarr@wit.com>
2023-12-29 01:36:10 -06:00
Jeff Carr 6fa6d6dfc9 Detect that a VPN is needed
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 <jcarr@wit.com>
2023-12-28 09:43:45 -06:00
Jeff Carr 73b0cee933 add a DurationSlider()
widgets to adjust timeouts
    redo bash curl.sh example

Signed-off-by: Jeff Carr <jcarr@wit.com>
2023-12-21 17:56:56 -06:00
Jeff Carr f5c1a3db05 move code into the cloudflare package 2023-12-21 09:39:33 -06:00
Jeff Carr 1b32ded4dc add the cloudflare example app
Signed-off-by: Jeff Carr <jcarr@wit.com>
2023-12-21 09:16:35 -06:00