Is there any ipv6 ddns client

  • Thread starter Thread starter kanansrin
  • Start date Start date
  • Replies Replies 1
  • Views Views 1,731
I use ddclient on linux with no-ip annual subscription. but it supports other services as well.

I have the following config added to /etc/ddclient/ddclient.conf.

Code:
protocol=noip
ssl=yes
use=web, web=myonlineportal.net/checkip # works
ipv6=yes # optional
login=<user>
password=<password>
<subdomain>.ddns.net
 

Back