Skip to content

ct1n/gonoip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

go build
install gonoip /usr/local/sbin

gonoip -a > /etc/gonoip.conf
chmod 0600 /etc/gonoip.conf

Put the following in /etc/cron.hourly/gonoip

#!/bin/sh
/usr/local/sbin/gonoip

And the following in /etc/cron.weekly/gonoip

#!/bin/sh
/usr/local/sbin/gonoip -f

About

no-ip client in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages