Stephan de Wit
Stephan de Wit
What do the Unbound logs say?
``` 1 2022-09-16T10:42:48+02:00 opnsense.blockfish.net syslog-ng 10933 - [meta sequenceId="1"] Syslog connection established; fd='6', server='AF_INET(10.69.0.214:9514)', local='AF_INET(0.0.0.0:0)' ``` It seems that a minute later DNS seems to be up. Wondering where the...
@billgertz Does the GUI show all host overrides + relevant aliases? Is anything missing? There is no use in editing the configuration files for Unbound by hand, the templating system...
@billgertz Given the fact that they are present in `config.xml` and you have connectivity, my only remaining conclusion is that you're not aware of the master-detail view in the GUI....
> I'm still receiving warnings for "PTR record already exists". This is completely normal for setups where multiple hostnames/domain names point to the same IP address (like when using an...
@fpehla `# opnsense-patch 2351f17c3` ref: https://github.com/opnsense/core/commit/2351f17c33be28cd147a0081fd8129876f6394ae
> @swhite2 I I confirm that your patch works, all PTR records are generating correctly. Without the patch, the PTR records for the overwritten hosts did not generate. @maciekb Good...
I'm not entirely sure how useful this is considering: 1. Unbound is as of yet not capable of forwarding DNS-over-HTTPS queries. As far as I can tell it's only capable...
If client-side encryption is the wish, and there are no interactions between transport configurations on the incoming side (query) vs outgoing side (recursion) which might cause problems, it might make...
@CallMeR Forwarding over HTTPS isn't supported by Unbound, while DoT is. DoH is still a valid feature request for OPNsense, but only for client-side configuration. Therefore the issue diverged to...