-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Open
Labels
Description
Package Name
ddns-scripts
Maintainer
OpenWrt Version
SNAPSHOT
OpenWrt Target/Subtarget
mediatek/filogic
Steps to Reproduce
- select DDNS Service provider dynv6.com
- there are 3 empty string fields that you have to populate DOMAIN, USERNAME, PASSWORD and only 2 are needed - DOMAIN (which is used as a username) and PASSWORD (which is actually token that you get at dynv6).
- Populate DOMAIN and PASSWORD and USERNAME leave blank.
- You cannot save your enteries, USERNAME goes red! But if you enter domain as a username you get
XHR request time out
here are APIshttp://dynv6.com/api/update?hostname=<domain>&token=<username>&ipv4=<ipaddr> http://dynv6.com/api/update?hostname=<domain>&token=<username>&ipv6=<ip6addr>&ipv6prefix=<ip6lanprefix>and you can find them here
Actual Behaviour
I couldn't update my dynamic IP. If this is luci problem pleasr tell me so I can open ticket there
ping @systemcrash
Confirmation Checklist
- The package is maintained in this repository.
- I understand that issues related to the base OpenWrt repository or LuCI repository will be closed.
- I am reporting an issue for OpenWrt, not an unsupported fork.