[PR #36] [MERGED] Added IP methods and cycle IP method + unit tests #587

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

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/36
Author: @qdm12
Created: 2/27/2020
Status: Merged
Merged: 2/27/2020
Merged by: @qdm12

Base: masterHead: ipmethods


📝 Commits (4)

  • 7245540 Added IP methods and cycle IP method + unit tests
  • 4252f72 Fix constants ip method function
  • f8cd406 Added missing HTML conversions for new IP methods
  • bfa30cb Removed Google from IP methods

📊 Changes

11 files changed (+261 additions, -35 deletions)

View changed files

📝 README.md (+5 -3)
📝 go.sum (+1 -0)
📝 internal/constants/html.go (+5 -2)
📝 internal/constants/ipmethod.go (+30 -6)
internal/constants/ipmethod_test.go (+20 -0)
📝 internal/html/html.go (+6 -2)
📝 internal/network/publicip.go (+6 -2)
internal/network/publicip_test.go (+65 -0)
📝 internal/params/json.go (+7 -1)
📝 internal/update/update.go (+34 -19)
internal/update/update_test.go (+82 -0)

📄 Description

  • ifconfig method
  • ipinfo method
  • cycle method to cycle between all external methods

Found in #31


🔄 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/36 **Author:** [@qdm12](https://github.com/qdm12) **Created:** 2/27/2020 **Status:** ✅ Merged **Merged:** 2/27/2020 **Merged by:** [@qdm12](https://github.com/qdm12) **Base:** `master` ← **Head:** `ipmethods` --- ### 📝 Commits (4) - [`7245540`](https://github.com/qdm12/ddns-updater/commit/7245540688b2b0aee21e69818d53be855a02204d) Added IP methods and cycle IP method + unit tests - [`4252f72`](https://github.com/qdm12/ddns-updater/commit/4252f72331af2a5b072b0c1699fc155c7ffd3d69) Fix constants ip method function - [`f8cd406`](https://github.com/qdm12/ddns-updater/commit/f8cd40617319099d3a3a08a7b34f6e448fbac397) Added missing HTML conversions for new IP methods - [`bfa30cb`](https://github.com/qdm12/ddns-updater/commit/bfa30cb40cb81491164f6b574e76b3486d006aab) Removed Google from IP methods ### 📊 Changes **11 files changed** (+261 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+5 -3) 📝 `go.sum` (+1 -0) 📝 `internal/constants/html.go` (+5 -2) 📝 `internal/constants/ipmethod.go` (+30 -6) ➕ `internal/constants/ipmethod_test.go` (+20 -0) 📝 `internal/html/html.go` (+6 -2) 📝 `internal/network/publicip.go` (+6 -2) ➕ `internal/network/publicip_test.go` (+65 -0) 📝 `internal/params/json.go` (+7 -1) 📝 `internal/update/update.go` (+34 -19) ➕ `internal/update/update_test.go` (+82 -0) </details> ### 📄 Description - ifconfig method - ipinfo method - cycle method to cycle between all external methods Found in #31 --- <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:25:21 -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#587