Browse Source

ddns-scripts: add dynu.com

Add dynu.com service

Signed-off-by: Daniel Engberg daniel.engberg.lists@pyret.net
lilik-openwrt-22.03
diizzyy 9 years ago
committed by Hannu Nyman
parent
commit
7e38b9befe
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      net/ddns-scripts/files/services

+ 3
- 0
net/ddns-scripts/files/services View File

@ -117,3 +117,6 @@
# zzzz.io Free Dynamic DNS
"zzzz.io" "https://zzzz.io/api/v1/update/[DOMAIN]/?token=[PASSWORD]&ip=[IP]" "Updated|No change"
# dynu.com
"dynu.com" "http://api.dynu.com/nic/update?hostname=[DOMAIN]&myip=[IP]&username=[USERNAME]&password=[PASSWORD]"

Loading…
Cancel
Save