Skip to content

Running UpdateIP from source

UpdateIP is develloped in golang and can be executed from source. Golang 1.17 or later is required.

cd /tmp/
git clone git@github.com:azrod/updateip.git && cd updateip

go mod download 
go build

PATH_CONFIG_DIRECTORY=$(pwd) ./updateip

See all available environment variables

Back to top