26 lines
767 B
Bash
Raw Normal View History

2022-12-22 17:25:05 +01:00
#!/bin/bash
# ISP-A infra
set -e
if [ -z $SNSTERGUARD ] ; then exit 1; fi
2022-12-22 17:25:05 +01:00
DIR=`dirname $0`
cd `dirname $0`
# Email's mail account email@isp-a.sns
2022-12-22 17:25:05 +01:00
useradd -m -s "/bin/bash" -p `mkpasswd --method=sha-512 email` email || true
2025-01-05 19:04:19 +01:00
adduser email mail
2022-12-22 17:25:05 +01:00
#mkdir /home/hacker/mail
#touch /home/hacker/mail/Drafts /home/hacker/mail/Queue /home/hacker/mail/Sent /home/hacker/mail/Trash
2025-01-05 19:04:19 +01:00
DEB_VERSION=`cat /etc/debian_version | cut -d'.' -f1`
if [ $DEB_VERSION -eq "11" ] # DEB 11 aka Bullseye
then
# disable systemd-resolved which conflicts with nsd
echo "DNSStubListener=no" >> /etc/systemd/resolved.conf
systemctl stop systemd-resolved
fi
2022-12-22 17:25:05 +01:00
# manage isp-a.sns zone
2022-12-22 17:25:05 +01:00
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install -y unbound
cp dns.conf /etc/unbound/unbound.conf.d/