Re: local_unbound failing to resolve after switching jails to VNET
Dag-Erling Smørgrav <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.net |
|---|---|
| Message-ID | <[email protected]> |
Pouria Mousavizadeh Tehrani <[email protected]> writes: > If required, you can add a new resolver to your unbound forwarders > list by running: > # local-unbound-control forward_add . 9.9.9.9 2620:fe::fe This is not the correct way to configure the local_unbound service. Instead, add the following line to the jail's /etc/rc.conf or /etc/rc.conf.d/local_unbound: local_unbound_forwarders="9.9.9.9 2620:fe::fe" Then run `service local_unbound setup` inside the jail, and either reload or restart the service. DES -- Dag-Erling Smørgrav - [email protected]