Moin,hab keine reverse Zonen in der Sense, aber im Proxmox Mailgateway das selbe, das die nicht wollten.Erst als ich unter server: unblock-lan-zones: yes domain-insecure: "0.168.192.in-addr.arpa"hinzugefügt hatte funktionierte es.War aber wie gesagt NICHT opnsense sondern PMG mit unbound.Evtl. mal unter advanced testen.
Moin,hab keine reverse Zonen in der Sense, aber im Proxmox Mailgateway das selbe, das die nicht wollten.Erst als ich unter hinzugefügt hatte funktionierte es.War aber wie gesagt NICHT opnsense sondern PMG mit unbound.Evtl. mal unter advanced testen.
server: unblock-lan-zones: yes domain-insecure: "0.168.192.in-addr.arpa"
Quote from: efahl on September 09, 2022, 05:27:08 pmIn case anyone else wants to try:Code: [Select]sudo vi /usr/local/etc/inc/plugins.inc.d/unbound.incGo to line 573, add "!" between first two parenthesesCode: [Select]573 if (!($alias...I ran the unbound-control I mention above, both before and after, diffing the two results and saw all the PTR records for host entries as I expected, and none for the aliases.
In case anyone else wants to try:Code: [Select]sudo vi /usr/local/etc/inc/plugins.inc.d/unbound.incGo to line 573, add "!" between first two parenthesesCode: [Select]573 if (!($alias...I ran the unbound-control I mention above, both before and after, diffing the two results and saw all the PTR records for host entries as I expected, and none for the aliases.
sudo vi /usr/local/etc/inc/plugins.inc.d/unbound.inc
573 if (!($alias...