modify-reverse-address

modify-reverse-address.pl


name="modify-reverse-address.pl"
>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.

name="Example_usage"
>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

Changes or removes the reverse DNS mapping for some system's IP.

cloudmin modify-reverse-address --host hostname
                                --ip address
                                --name hostname | --no-name