This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#Created by Sam Gleske | |
#Thu Jun 7 20:43:09 EDT 2012 | |
adblockfile="dns_ad_block_list.txt" | |
adblocklistdir="/media/backup/Operating Systems - Linux/Fedora/16/configs" | |
adblocklist="${adblocklistdir}/${adblockfile}" | |
backup_dir="/media/backup/Operating Systems - Linux/Fedora/16/configs/etc/named" | |
outfile="/etc/named/named.conf.ads.block" | |
echo "Creating a unique domain list." |
NewerOlder