Feature #9642
Add 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
Associated revisions
History
#1
Updated by Isaac McDonald over 1 year 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
#2
Updated by Viktor Gurov 11 months ago
#3
Updated by Jim Pingle 11 months ago
- Status changed from New to Pull Request Review
- Target version set to 2.5.0
#4
Updated by Renato Botelho 11 months 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!
#5
Updated by Steve Beaver 6 months ago
- Status changed from Feedback to Resolved
DynDNS dynv6.com support. Issue #9642