Introduction
Sometimes you need to add a missing DNS zone file. You can use the /scripts/adddns script to accomplish this goal.
Procedure
/scripts/adddns
Control Flags:
--domain (required)
Domain for zone creation
--ip (optional)
IP for zone creation. Defaults to server's main shared IP
--reseller (optional)
Set reseller (zone administrator) to utilize name server IPs assigned via WHM to the reseller.
Defaults to using main server name server IPs
--owner (optional)
Account who will own the domain
Defaults to root
--overwrite (optional)
Allow overwrite of existing zones
Example:
/scripts/adddns --domain domain.com --ip 0.0.0.0 --owner user
Comments
0 comments
Article is closed for comments.