Search results

  • 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!

  1. S

    IPv6 DDNS

    I have got DDNS setup and functional using the following code. But I want to know if there is a way to pass the ip6 address to dynu as well. The sample code seems to have the ability to pass the ipv6 address to dynu. Is there something that can replace the null value in 'IPsix=null' to send the...
  2. S

    DDNS (DYNU) Stuck in processing

    I got dynu working with the following code: I think it might be because you are not using "" on the api password and domain id. #!/bin/sh # # https://www.dynu.com/en-US/DynamicDNS/IP-Update-Protocol # Note: To get your domain id, send a GET request to /dns/ with your API key in the header...
Top