I currently have 3 external nameservers in my /etc/resolv.conf and the package resolvconf is not installed, so /etc/resolv.conf is a file and not a link.
During i-mscp installation I tried all 3 combinations.
1. Use bind9 and allow local resolver to use bind9
- resolvconf and bind9 packages installed
- resolv.conf contains only 127.0.0.1 after installation
2. Use bind9 and no dot allow local resolver to use bind9
- resolvconf and bind9 packages installed
- resolv.conf contains only 127.0.0.1 after installation
- Where is the difference to option 1?
3. Use external nameserver
- resolvconf package installed
- resolv.conf still contains the 3 namesevers after installation
- however after restart, resolv.conf is empty
Therefore my question: What is the i-mscp way of setting the external nameservers correctly?