You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 weeks ago | |
---|---|---|
nameservers | 4 weeks ago | |
.gitignore | 5 months ago | |
config.go | 3 months ago | |
go.mod | 4 months ago | |
main.go | 4 weeks ago | |
readme.md | 5 months ago |
readme.md
ddnser
Refreshes domain records periodically or when interfaces change IP addresses.
Usage
Create a config file:
{
// "ip": "hardcoded IP address, if set it is used instead of detected address",
// how often to poll unconditionally
"every": 60,
"domains": [
{
"type": "njalla ddns",
"name": "estoesprueba.nulo.in",
"key": "INSERT_KEY"
},
{
"type": "he.net ddns",
"name": "pruebas.bat.ar",
"key": "INSERT_KEY"
}
]
}
Run:
ddnser ./path/to/config.json