[PR #889] [CLOSED] Add addrtools public IP provider #889

Closed
opened 2025-11-20 04:26:26 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/889
Author: @brianshea2
Created: 12/24/2024
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • bfd0285 add addrtools public ip http provider
  • d735996 fix lint errors

📊 Changes

3 files changed (+23 additions, -5 deletions)

View changed files

📝 README.md (+3 -0)
📝 pkg/publicip/http/providers.go (+8 -0)
📝 pkg/publicip/http/providers_test.go (+12 -5)

📄 Description

Adds new public IP provider: https://myip.addr.tools/help
Completes #728 (along with #885)
Cheers!


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qdm12/ddns-updater/pull/889 **Author:** [@brianshea2](https://github.com/brianshea2) **Created:** 12/24/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`bfd0285`](https://github.com/qdm12/ddns-updater/commit/bfd02852af093fe88296edabdb99631ecd562604) add addrtools public ip http provider - [`d735996`](https://github.com/qdm12/ddns-updater/commit/d735996f4a044be20064f2b754b529b70ad0e977) fix lint errors ### 📊 Changes **3 files changed** (+23 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -0) 📝 `pkg/publicip/http/providers.go` (+8 -0) 📝 `pkg/publicip/http/providers_test.go` (+12 -5) </details> ### 📄 Description Adds new public IP provider: https://myip.addr.tools/help Completes #728 (along with #885) Cheers! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:26:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#889