Skip to content
Snippets Groups Projects
Commit 27ff9805 authored by A. Täffner's avatar A. Täffner
Browse files

Oops... Cleanup

parent 383e82c4
No related branches found
No related tags found
1 merge request!269DNSSEC-Implementation for BIND-Users (Including TLSA for DANE)
#!/bin/bash
#mysql
dbase={mysql_server_database}
dbhost={mysql_server_ip}
dbuser={mysql_server_ispconfig_user}
dbpass={mysql_server_ispconfig_password}
bindpath=/etc/bind
backuppath=$bindpath/backup
curpath=`pwd`
if [ -f /etc/gentoo-release ] ; then
filespre="pri/"
else
filespre="pri."
fi
timenow=`/bin/date +"%Y%m%d-%H%M%S"`
namedconf="$bindpath/named.conf.local"
md5namedconf="$bindpath/named.conf.local.md5"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment