Feature #9642
closedAdd DDNS support for dynv6.com
100%
Description
Dynv6.com (https://dynv6.com/) provides dynamic DNS for A and AAAA records free of charge. The API is documented here: https://dynv6.com/docs/apis
Until support is officially added to pfSense users can utilize the service with a custom DDNS type with the following settings:
To update an AAAA record add a custom type with these settings:
Update URL: https://ipv6.dynv6.com/api/update?hostname=yourhostname.dynv6.net&ipv6=auto&token=YourDynV6APIToken
Result match: addresses unchanged|addresses updated
To update an A record add a custom type and simply change the update url to to: ipv4.dynv6.com
Update URL: https://ipv4.dynv6.com/api/update?hostname=yourhostname.dynv6.net&ipv6=auto&token=YourDynV6APIToken
Result match: addresses unchanged|addresses updated
Updated by Isaac McDonald over 5 years ago
Correction from above:
To update an A record use the following url:
https://ipv4.dynv6.com/api/update?hostname=yourhostname.dynv6.net&ipv4=auto&token=YourDynV6APIToken
Updated by Viktor Gurov over 4 years ago
Updated by Jim Pingle over 4 years ago
- Status changed from New to Pull Request Review
- Target version set to 2.5.0
Updated by Renato Botelho over 4 years ago
- Status changed from Pull Request Review to Feedback
- Assignee set to Renato Botelho
- % Done changed from 0 to 100
PR has been merged. Thanks!