|
|
Create a Record in DNS from a TXT FileSeptember 26, 2005
Author: Eugenio Talarico - eugeniotalarico at vodafone dot it
Description: The BAT file creates a series of records into DNS. It uses the LISTA.TXT file as input, wherein you have to specify the name of the record and its value. If you open the BAT file you'll see that after DNSCMD you have to also specify a server that contains the zone (SERVERNAME), the parameter /RecordADD to add the record, and the ZONE. You can also dictate whether the record you want to add is a HOST or an ALIAS. To do so, you have to place the following between the RECORD_NAME and the value XXX.XXX.XXX.XXX or alias: A = HOST CNAME = ALIAS so the result of the string inside the input.txt reads as: RECORD_2_ADD;A;IP_ADDRESS OR RECORD_2_ADD;CNAME;ALIAS_WHERE_POINT Download Location - Link Scroll down to view the script. Script Code:
Disclaimer: We hope that the information in these pages is valuable to you. Your use of the information contained in these pages, however, is at your sole risk. All information on these pages is provided "as - is", without any warranty, whether express or implied, of its accuracy, completeness, fitness for a particular purpose, title or non-infringement, and none of the third-party products or information mentioned in the work are authored, recommended, supported or guaranteed by me. I shall not be liable for any damages you may sustain by using this information, whether direct, indirect, special, incidental or consequential, even if it has been advised of the possibility of such damages.
|
|