27 lines
505 B
Markdown
27 lines
505 B
Markdown
# ddns (for IPv4)
|
|
|
|
Dynamic DNS updates for UnitedDomains and Vodafone EasyBox
|
|
|
|
## Prerequisites
|
|
```
|
|
apk add bash bind-tools wget curl libxml2-utils jq
|
|
```
|
|
|
|
|
|
## Credits
|
|
|
|
## United Domains
|
|
|
|
Initital version of this script was developed by
|
|
https://gist.github.com/mueslo/9258f8b75fe942d36eea4a6d67019f81
|
|
|
|
Some improvements and the domain linsting part was taken from
|
|
https://www.mikrocontroller.net/topic/459444
|
|
|
|
|
|
## Easy Box 804
|
|
|
|
Initial version of this script was found here
|
|
https://pastebin.com/2RFqdiDu
|
|
|