<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Dynamic DNS clients]]></title><description><![CDATA[<p dir="auto">Please fix the he.net DNS Dynamic DNS clients when ipv6 and ipv4 dual-stack network.</p>
<p dir="auto">Here are a few examples to get you started</p>
<p dir="auto">http://[your domain name]:[your password]@dyn.dns.he.net/update?hostname=[your domain name]</p>
<p dir="auto">Autodetect my IPv4/IPv6 address:<br />
% curl -4 "http://dyn.example.com:password@dyn.dns.he.net/nic/update?hostname=dyn.example.com"<br />
% curl -6 "http://dyn.example.com:password@dyn.dns.he.net/nic/update?hostname=dyn.example.com"</p>
<p dir="auto">edit the /etc/inc/dyndns.class file.</p>
<p dir="auto">change dyndns.class file to:</p>
<p dir="auto">case 'he-net':<br />
              $needsIP = FALSE;<br />
              log_error("HE.net: DNS update() starting.");<br />
              $server = "https://dyn.dns.he.net/nic/update?";<br />
              curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);<br />
              curl_setopt($ch, CURLOPT_USERPWD, $this-&gt;_dnsHost . ':' . $this-&gt;_dnsPass);<br />
              curl_setopt($ch, CURLOPT_URL, $server . 'hostname=' . $this-&gt;_dnsHost);<br />
              break;</p>
<p dir="auto">https://dyn.dns.he.net not normal update ipv4 address.  I think should use  % curl -4 https://dyn.dns.he.net  or use http://ipv4.dyn.dns.he.net</p>
]]></description><link>https://forum.netgate.com/topic/45729/dynamic-dns-clients</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 17:00:15 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/45729.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 08 Jun 2012 10:32:56 GMT</pubDate><ttl>60</ttl></channel></rss>