• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question resolv.conf

Jürgen_T

Regular Pleskian
How can I make changes in etc/resolv.conf permanent i.e. other DNS-servers as the default ones?
The file is marked with

# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
# 127.0.0.53 is the systemd-resolved stub resolver.
# run "systemd-resolve --status" to see details about the actual nameservers.

and my changes get regularily overwritten.
 
# apt-get install resolvconf
Then
# gedit /etc/resolvconf/resolv.conf.d/base
and make your changes in that file. It should make your settings permanent.
 
Back
Top