Skip to content

noip is a tiny library to use no-ip.com in your go program

License

Notifications You must be signed in to change notification settings

unprofession-al/noip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

noip

noip implements the dynamic update API of no-ip in go. To learn about the API please refere to https://www.noip.com/integrate/request.

Usage

Fetch the library via the go tool:

# go get -u github.com/unprofession-al/noip

Use the lib in your program:

package main

import (
    ...

    "github.com/unprofession-al/noip"
)

func main() {
    ...
    c := noip.New(user, pass, hostname, myip, useragent)
    c.Run(60, false)
    ...
}

About

noip is a tiny library to use no-ip.com in your go program

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages