mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-18 18:07:22 +01:00
remove elaborate dns config, simply delete resolv.conf symlink
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
[main]
|
||||
dns=unbound
|
||||
@@ -323,15 +323,13 @@ apt_install unbound python3-unbound bind9-dnsutils
|
||||
# Configure unbound
|
||||
cp -f conf/unbound.conf /etc/unbound/unbound.conf.d/miabunbound.conf
|
||||
|
||||
# Configure network manager
|
||||
mkdir /etc/NetworkManager/conf.d
|
||||
cp -f conf/NetworkManager.conf /etc/NetworkManager/conf.d/unbound.conf
|
||||
|
||||
# Modify systemd settings
|
||||
tools/editconf.py /etc/systemd/resolv.conf \
|
||||
rm -f /etc/resolv.conf
|
||||
tools/editconf.py /etc/systemd/resolved.conf \
|
||||
DNS=127.0.0.1 \
|
||||
DNSSEC=yes \
|
||||
DNSStubListener=no
|
||||
echo "nameserver 127.0.0.1" > /etc/resolv.conf
|
||||
|
||||
# Restart the DNS services.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user