Change FreeBSD DNS:
Edit this file: "sudo nano /etc/resolv.conf"
Comment out the old rogers information if there.
Then Add this:
search dns.quad9.net
nameserver 9.9.9.9
nameserver 149.112.112.112
Then save,
Then add this command to prevent overwrite on new networks or reboot: "sudo chflags schg /etc/resolv.conf"
Then reboot.
-----------------------------------------------
Sources:
forums.freebsd |
cyberciti.biz
Date: February 20th, 2021
Back