mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-05-13 11:31:56 -04:00
[PR #145] [MERGED] Maintenance: use native Go HTTP client #626
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/qdm12/ddns-updater/pull/145
Author: @qdm12
Created: 1/17/2021
Status: ✅ Merged
Merged: 1/17/2021
Merged by: @qdm12
Base:
master← Head:http-client📝 Commits (3)
dde28ebMaintenance: cloudflare setHeaders receivera8a8d57Maintenance: DNSPod: encode values in body only06c9271Maintenance: Use native HTTP client📊 Changes
34 files changed (+669 additions, -374 deletions)
View changed files
📝
cmd/updater/main.go(+2 -3)📝
go.mod(+0 -1)📝
go.sum(+0 -2)📝
internal/network/publicip.go(+21 -6)📝
internal/network/publicip_test.go(+17 -7)➖
internal/network/requests.go(+0 -22)➕
internal/network/roundtrip_test.go(+11 -0)📝
internal/settings/cloudflare.go(+65 -40)📝
internal/settings/ddnss.go(+20 -14)📝
internal/settings/digitalocean.go(+56 -33)📝
internal/settings/dnsomatic.go(+20 -10)📝
internal/settings/dnspod.go(+35 -18)📝
internal/settings/dondominio.go(+22 -14)📝
internal/settings/dreamhost.go(+66 -37)📝
internal/settings/duckdns.go(+17 -8)📝
internal/settings/dyn.go(+18 -8)📝
internal/settings/dynv6.go(+12 -7)📝
internal/settings/errors.go(+1 -0)📝
internal/settings/godaddy.go(+31 -14)📝
internal/settings/google.go(+14 -7)...and 14 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.