***********************************************************************************************************
3.33.10	dns		: General DNS service configuration.

	usage		: java -jar GbtUtility-2.1.76.jar [options] rest dns <enable | disable | status |
			  gethost | getserver | getdomain | info | setdns> [args...]

1.	<enable>	: Enable DNS service.
	Example		:
	by nodelist	: java -jar GbtUtility-2.1.76.jar rest dns enable
	by single host	: java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 rest dns enable
	by scan IP	: java -jar GbtUtility-2.1.76.jar -S ssdp rest dns enable

2.	<disable>	: Disable DNS service.
	Example		:
	by nodelist	: java -jar GbtUtility-2.1.76.jar rest dns disable
	by single host	: java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 rest dns disable
	by scan IP	: java -jar GbtUtility-2.1.76.jar -S ssdp rest dns disable

3.	<status>	: Get DNS service status.
	Example		:
	by nodelist	: java -jar GbtUtility-2.1.76.jar rest dns status
	by single host	: java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 rest dns status
	by scan IP	: java -jar GbtUtility-2.1.76.jar -S ssdp rest dns status

4.	<gethost>	: Get DNS hostname and it's configurations.
	Example		:
	by nodelist	: java -jar GbtUtility-2.1.76.jar rest dns gethost
	by single host	: java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 rest dns gethost
	by scan IP	: java -jar GbtUtility-2.1.76.jar -S ssdp rest dns gethost

5.	<getserver>	: Retrieve DNS server interface options.
	Example		:
	by nodelist	: java -jar GbtUtility-2.1.76.jar rest dns getserver
	by single host	: java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 rest dns getserver
	by scan IP	: java -jar GbtUtility-2.1.76.jar -S ssdp rest dns getserver

6.	<getdomain>	: Retrieve DNS domain interface options.
	Example		:
	by nodelist	: java -jar GbtUtility-2.1.76.jar rest dns getdomain
	by single host	: java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 rest dns getdomain
	by scan IP	: java -jar GbtUtility-2.1.76.jar -S ssdp rest dns getdomain

7.	<info>  	: Get DNS info.
	Example		:
	by nodelist	: java -jar GbtUtility-2.1.76.jar rest dns info
	by single host	: java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 rest dns info
	by scan IP	: java -jar GbtUtility-2.1.76.jar -S ssdp rest dns info

8.	<setdns> <jF>: Set DNS host,server,domain.
	Example		:
	by nodelist	: java -jar GbtUtility-2.1.76.jar rest dns setdns dns.json
	by single host	: java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 rest dns setdns dns.json
	by scan IP	: java -jar GbtUtility-2.1.76.jar -S ssdp rest dns setdns dns.json
***********************************************************************************************************