Skip to content

Update your Namecheap external IP with Dynamic DNS

License

Notifications You must be signed in to change notification settings

alexellis/updateip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

updateip

A modern tool written in Go to update dynamic DNS records.

Providers

  • Namecheap Dynamic DNS

Usage

Passwords are encoded (not encrypted), using base64. Save the output from the following into the password field in your config.yaml.

Example:

domains:
  - domain: k3s.example.com
    ip: external
    password: cGFzc3dvcmQK
    provider: namecheap

Hide the command from your bash shell:

cat | base64
Password here
Control + D

See an example config.yaml

License

MIT

About

Update your Namecheap external IP with Dynamic DNS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published