Registry / networking / nrdcg-freemyip

nrdcg-freemyip

JSON →
library0.3.0gogounverified

A Go client for the freemyip.com DNS API to manage dynamic DNS records.

go get github.com/nrdcg/freemyip
INSTALL
IMPORT
SIG · NRDCG-FREEMYIP
N
nrdcg-freemyip
networkinggov0.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

freemyip
github.com/nrdcg/freemyip

Updates a dynamic DNS record with a new IP address.

package main import ( "fmt" "github.com/nrdcg/freemyip" ) func main() { client := freemyip.New("token") fmt.Println(client.Update("myhost", "1.2.3.4")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
nrdcg-freemyip — go get nrdcg-freemyip · libregistry