Add DNS registration (in Windows DNS Server?)
Posted: Mon Jan 27, 2025 1:42 pm
Is it possible to add the DNS registration of the host in the DNS server?
Using the clienthostname parameter, I don't know if domain parameter could be used or adding a new parameter.
Using the default DNS or adding a specific DNS parameter.
Introducing the nsupdate parameter, it could be delete all registered and registered the new one.
Sush as:
nsupdate
server ns.bar44.com
zone bar44.com
update delete somehost.bar44.com. A
update add somehost.bar44.com. 86400 A 10.10.10.1
send
Using the clienthostname parameter, I don't know if domain parameter could be used or adding a new parameter.
Using the default DNS or adding a specific DNS parameter.
Introducing the nsupdate parameter, it could be delete all registered and registered the new one.
Sush as:
nsupdate
server ns.bar44.com
zone bar44.com
update delete somehost.bar44.com. A
update add somehost.bar44.com. 86400 A 10.10.10.1
send