Dynamic DNS updater for DigitalOcean based on anaganisk/digitalocean-dynamic-dns-ip tool
234
Image based on https://github.com/anaganisk/digitalocean-dynamic-dns-ip
Create a file digitalocean-dynamic-ip.json. Add the following JSON:
{
"apikey": "samplekeydasjkdhaskjdhrwofihsamplekey",
"doPageSize": 20,
"useIPv4": true,
"useIPv6": false,
"allowIPv4InIPv6": false,
"ipv4CheckUrl": "https://ipv4bot.whatismyipaddress.com",
"domains": [
{
"domain": "example.com",
"records": [
{
"name": "subdomainOrRecord",
"type": "A"
}
]
},
{
"domain": "example2.com",
"records": [
{
"name": "subdomainOrRecord2",
"type": "A",
"TTL": 30
}
]
}
]
}
Run:
docker run -v digitalocean-dynamic-ip.json:/root/.digitalocean-dynamic-ip.json vidueirof/digitalocean-dynamic-dns-ip
Content type
Image
Digest
Size
54.7 MB
Last updated
about 6 years ago
Requires Docker Desktop 4.37.1 or later.