mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-24 06:33:40 -04:00
[PR #36] [MERGED] Added IP methods and cycle IP method + unit tests #587
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/36
Author: @qdm12
Created: 2/27/2020
Status: ✅ Merged
Merged: 2/27/2020
Merged by: @qdm12
Base:
master← Head:ipmethods📝 Commits (4)
7245540Added IP methods and cycle IP method + unit tests4252f72Fix constants ip method functionf8cd406Added missing HTML conversions for new IP methodsbfa30cbRemoved 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
Found in #31
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.