-
Notifications
You must be signed in to change notification settings - Fork 21
no www
linickx edited this page Mar 8, 2012
·
1 revision
rsdns-a.sh will automagically detect the "host" element when creating a records such as www.example.com or m.example.com, however if you wish to create an a record for simply example.com you may experience the error:
"Domain com not found."
This is due to "example" being detected as the "host" and "com" being detected as the domain.
To over-ride this behaviour you can manually set the domain in your request with the -d switch:
./rsdns-a.sh -u myname -a 123456 -n example.com -d example.com -i 123.123.123.123
an A record should now be created for the root for you domain.