-
Notifications
You must be signed in to change notification settings - Fork 29
DDNS for IPv6 #3
Comments
Hi, thanks for your suggestion. Can you tell me more about your use case? Do you have both an IPv4 and an IPv6 address? Would you want the script to update both, or just one? |
Hi, |
I have one CDN node on a dynamic connection. We use subdomains to split them up. For now, its connection doesn't support IPv6 (so we use a static HE.net tunnel for mobile clients, which tend to otherwise be stuck on 6to4 CGNAT or similar), but it will do in the future, with a different provider which in my experience varies both IPv4 and IPv6 (dynamic /56 prefix) from time to time. We'd want to set IPv4 too, but it wouldn't be a problem if it required a separate invocation. |
Modernizes the Python DDNS client: * Use argparse for CLI argument handling (better help text, validation and error messages) * Accept config file from stdin * Use modern Python naming conventions * Use ipaddress for validation * Default value for the base url of the API * Closes porkbundomains#2 * Closes porkbundomains#3
Hi,
Would be possible to update the script for IPv6 support? As far I understand the script is supporting just IPv4.
Thanks
The text was updated successfully, but these errors were encountered: