You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I'm not mistaken you stated yesterday that when the myip parameter is missing in the uri the script falls back to the ip from where the request originated.
I think yesterday's update might have broken something on that subject.
My Zyxel router at home has a by my ISP customized firmware installed.
I haven't got a clue if a variable for my ip exists and what it might be. Google didn't help one bit on the matter.
So I thought that it shouldn't have to be a problem as the script should fall back to the requester's ip.
Unfortunately I was wrong.
I see the expected uri in the logs /nic/update?hostname=<host.ddnsdomain.tld> originating from my home ip.
But nothing is updated in the dns.
When I change ispconfig.tld/nic/update to ispconfig.tld/nic/update?myip=<ip> in the router config, so the uri becomes /nic/update?myip=<ip>&hostname=<host.ddnsdomain.tld>, the dns is updated as expected.
The text was updated successfully, but these errors were encountered:
You are right the dyndns implementations currently did not check the remote-ip, as it was expected the myip query string is always set.
However this is unrelated to the change yesterday.
Please try the latest release v1.2.4 where this behaviour was added.
If I'm not mistaken you stated yesterday that when the myip parameter is missing in the uri the script falls back to the ip from where the request originated.
I think yesterday's update might have broken something on that subject.
My Zyxel router at home has a by my ISP customized firmware installed.
I haven't got a clue if a variable for my ip exists and what it might be. Google didn't help one bit on the matter.
So I thought that it shouldn't have to be a problem as the script should fall back to the requester's ip.
Unfortunately I was wrong.
I see the expected uri in the logs
/nic/update?hostname=<host.ddnsdomain.tld>
originating from my home ip.But nothing is updated in the dns.
When I change
ispconfig.tld/nic/update
toispconfig.tld/nic/update?myip=<ip>
in the router config, so the uri becomes/nic/update?myip=<ip>&hostname=<host.ddnsdomain.tld>
, the dns is updated as expected.The text was updated successfully, but these errors were encountered: