diff options
| author | Jeff Carr <[email protected]> | 2024-01-05 18:52:47 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-05 18:52:47 -0600 |
| commit | d3536a2b2881c6103bd39fb14ffa0b8484c3edc5 (patch) | |
| tree | dc627890bfb54879b4e52f480d1cb68038da219b /http.go | |
| parent | c641154bf9c196bd43d588cab63c41b84ff38fec (diff) | |
cloudflare API changed
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'http.go')
| -rw-r--r-- | http.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -180,8 +180,7 @@ func curlPost(dnsRow *RRT) string { log.Println(err) return "" } - // log.Println("http PUT body =", body) - // spew.Dump(body) + log.Spew("http PUT body =", body) log.Println("result =", string(body)) log.Println("curl() END") |
