# pkg install bind914
I suppose.... local_unbound
) you already have it configured. You just need now to have a look on how to configure local-zone and local-data and add to the end of the config file.ou'll need to set it up in a configuration called "split-horizon" ... You'll have to maintain your public and local zonefiles at the same time.
zone "my.domain.name" IN {
type forward;
forwarders {192.168.100.200;};
};
Could I connect my pc to remote freebsd with unbound, or I need to get some server instead?For a simple configuration i would go for unbound.
Google unbound setup