A modern tool written in Go to update dynamic DNS records.
- Namecheap Dynamic DNS
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: namecheapHide the command from your bash shell:
cat | base64
Password here
Control + DSee an example config.yaml
MIT