diff options
| author | Jeff Carr <[email protected]> | 2024-01-06 02:21:56 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-06 02:21:56 -0600 |
| commit | 01eca8fc107e287432e7f49752ad3c0932e2562b (patch) | |
| tree | 2ae9f37d8ac6fd3d92457b374f8d41aee2f810ab /hostname.go | |
| parent | ca3a01f478aa60fb039892d2cae6823188b5842c (diff) | |
all engines still firing
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'hostname.go')
| -rw-r--r-- | hostname.go | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/hostname.go b/hostname.go index 10211ba..062f033 100644 --- a/hostname.go +++ b/hostname.go @@ -7,7 +7,7 @@ import ( "go.wit.com/log" "go.wit.com/shell" - "go.wit.com/gui/cloudflare" +// "go.wit.com/gui/cloudflare" "github.com/miekg/dns" // will try to get this hosts FQDN @@ -53,15 +53,6 @@ func getHostname() { me.hostnameStatus.SetText("VALID") me.changed = true } - // enable the cloudflare button if the provider is cloudflare - if (me.cloudflareB == nil) { - log.Log(CHANGE, "me.cloudflare == nil; me.DnsAPI.S =", me.DnsAPI.S) - if (me.DnsAPI.S == "cloudflare") { - me.cloudflareB = me.mainStatus.NewButton("cloudflare wit.com", func () { - cloudflare.CreateRR(me.myGui, "wit.com", "3777302ac4a78cd7fa4f6d3f72086d06") - }) - } - } } } |
