message text

Signed-off-by: Rob Gill <rrobgill@protonmail.com>>
pull/2180/head
Rob Gill 6 years ago committed by GitHub
parent 97809277df
commit b89a78ce17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2315,7 +2315,7 @@ main() {
if (systemctl is-enabled systemd-resolved | grep -c 'enabled' || true); then
# if resolveconf is running unbind it from port 53
# Note that this breaks dns functionality on host until dnsmasq/ftl are up and running
echo -e "Unbinding resolved from port 53"
echo -e "Disabling systemd-resolved DNSStubListener"
# Make a backup of the original /etc/systemd/resolveconf.d
# (This will need to be restored on uninstallation)
sed -i.orig 's/#DNSStubListener=yes/DNSStubListener=no/g' /etc/systemd/resolved.conf

Loading…
Cancel
Save