Freebsd 13 #55

Merged
reedmcintosh merged 28 commits from reedmcintosh/FreeBSD-13 into master 2024-10-11 18:37:10 +05:30
Showing only changes of commit 9c3bab67e9 - Show all commits

View file

@ -36,9 +36,9 @@ ddns-dual-stack-mixed-mode true;
update-conflict-detection true;
update-optimization false;
deny client-updates;
ddns-domainname "localdomain.com.";
ddns-domainname "example.com.";
ddns-hostname=pick(option fqdn.hostname, option host-name, concat("dyn-",binary-to-ascii(10,8,"-",leased-address)));
zone localdomain.com. {
zone example.com. {
primary 127.0.0.1;
}