Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong ddns server for [email protected] #478

Closed
mia0x75 opened this issue Apr 8, 2024 · 2 comments
Closed

wrong ddns server for [email protected] #478

mia0x75 opened this issue Apr 8, 2024 · 2 comments

Comments

@mia0x75
Copy link
Contributor

mia0x75 commented Apr 8, 2024

Right now, inadyn sends the GET request to the dynu's update server, like this

GET /nic/update?hostname=subdomain.dynu.com&myip=xxxx:8256:3110:bf40:xxxx:ea2:xxxx:xxxx

according to the official document, the correct query parameter should be myipv6 here.

config file:

provider [email protected] {
    username = 'my-username'
    password = 'my-password'
    hostname = 'subdomain.dynu.com'
    checkip-command = "/sbin/ip -6 addr | grep inet6 | awk -F '[ \t]+|/' '{print $3}' | grep -v ^::1 | grep -v ^fe80"
}
@troglobit
Copy link
Owner

Dynu support was added by a 3rd party. I have no means of testing any fixes, so please include relevant documentation/url so we can verify your claims.

Your patch to fix the issue is also welcome, of course.

@troglobit
Copy link
Owner

Fixed in 4aa8af5, PR #479.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants