Hi,

Is there any equivialent to the following syntax, that works with IPv6 DDNS?

   if exists host-name {
      ddns-hostname = lcase(option host-name);
   } else {
      ddns-hostname = binary-to-ascii(10, 8, "-", leased-address);
   }

If the hostname the client provided already exists, it should use the 
IPv6-address to make the hostname.

"2001:20a0:4000:300::123" would become "2001-20a0-4000-300-69".

-- 
Joachim
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to