• SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Recent content by eviljafar

  1. E

    [Resolved] Issue using script to update dnsexit DDNS

    Follow up question, when will this script run?
  2. E

    [Resolved] Issue using script to update dnsexit DDNS

    Awesome, thanks guys! It works with quotes (either ' or ") and removing the &myip= from the URL. So the wiki is still not quite right, but as a forum newb I'm reluctant to change it. Thanks again.
  3. E

    [Resolved] Issue using script to update dnsexit DDNS

    Nope, I get the same response when I run that from the shell: HTTP/1.1 200 OK 10=Hostname is not specified
  4. E

    [Resolved] Issue using script to update dnsexit DDNS

    When I use with quotes 'http://update.dnsexit.com/RemoteUpdate.sv?login=vv&password=bb&host=vv&myip=' in the shell i get the following: --2015-08-25 23:12:47-- http://update.dnsexit.com/RemoteUpdate.sv?login=<username>&password=<password>&host=<domain>&myip= Resolving update.dnsexit.com...
  5. E

    [Resolved] Issue using script to update dnsexit DDNS

    Yeah, but it works in Firefox, but not the shell. I am copy/pasting what I have in the script/shell to Firefox and it works, originally giving me a HTTP/1.1 200 OK 0=Success and now a HTTP/1.1 200 OK 1=IP is the same as the IP on the system
  6. E

    [Resolved] Issue using script to update dnsexit DDNS

    Thanks for your reply. I'm not sure if wget was ever in /usr/bin, but it is only in /usr/sbin on my router, so the path is /sbin in my script but I don't think that matters. Anyway I get the same HTTP/1.1 200 OK 10=Hostname is not specified
  7. E

    [Resolved] Issue using script to update dnsexit DDNS

    Edit: Asus RT-AC66R, Merlin 378.55 firmware I followed the instructions at https://github.com/RMerl/asuswrt-merlin/wiki/Custom-DDNS and created a script to update DNS with dnsexit. When I run the script from a shell I get: HTTP/1.1 200 OK 10=Hostname is not specified When I copy/paste from the...
Back
Top