Posted 2010-08-23 13:46 by Joe
modify-reverse-address.pl
Changes the DNS hostname for a reverse address
This command can add,
remove or change the reverse IP to hostname mapping for a virtual system.
The system is chosen with the --host parameter,
and the IP with the --ip flag.
To add or change the hostname that this IP maps to in DNS,
use the --name flag followed by a valid DNS name (without the trailing dot).
Or to remove the reverse mapping,
use the --no-name flag.
Example usage
cloudmin modify-reverse-address --host vvirtualmin.home --ip 1.2.3.4 --name www.foo.com Changed reverse DNS name for 1.2.3.4 to www.foo.com
Command Line Help
cloudmin modify-reverse-address --host hostname
--ip address
--name hostname | --no-name
