MT6 DNS Upgrade
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
	
DNS Maintenance
Keep FreeBSD secure by applying security updates as they are released.
freebsd-update fetch install
All installed packages can be updated by running:
pkg upgrade
If unbound is upgraded by 'pkg upgrade', then be sure to rebuild it so that your config settings are restored:
make -C /usr/ports/dns/unbound build deinstall install clean