How can I manually set my nameserver / DNS?
Right now, you cannot manually change your DNS configuration without resetting it after every reboot. This is a known issue that will be fixed in an update for command line DNS settings. There is also a bug filed requesting that the UI contain DNS settings. Here is a simple workaround (more details): • Create a file /etc/resolv.conf.good • Run “cp -a /etc/resolv.conf.good /etc/resolv.conf” whenever you need to reset it. or, as another nasty hack, create a good /etc/resolv.conf and then run chattr +i /etc/resolve.conf. This means that the file will be immutable and not changed by any process. chattr -i /etc/resolv.conf undoes this.
Related Questions
- I just changed the IP for my primary nameserver for a domain that is employing your secondary DNS service. How long will it take before your nameservers pull the zone information from my new primary IP?
- How do I change the DNS (Nameserver) associated with my domain?
- What is Zynets DNS (nameserver) servers address?