Excellent! Thank you for the clarification. I saw step 5, but missed the explanation. I think this finally solves it for me. I appreciate everyone's help!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuProtocol Source Port Destination Port Gateway Schedule Description
IPv4 UDP 10.0.0.170 * This Firewall 53 (DNS) * * Laptop to FW DNS
IPv4 * * * * Cable_and_Cellular * Inside out permit
Interface Proto Address Ports Address Ports IP Ports Description
WAN TCP * * [WAN VIP] 8989 [DMZ Host IP] 80 (HTTP)
LAN WAN UDP * * [WAN VIP] 42000 [DMZ Host IP] 42000
WAN TCP/UDP * * [WAN VIP] 53 (DNS) [DMZ Host IP] 53 (DNS) Backup public DNS
WAN TCP * * [WAN VIP] 33123 [DMZ Host IP] 33123
WAN TCP * * [WAN VIP] 33124 [DMZ Host IP] 33124
Quote from: EricPerl on December 31, 2024, 08:43:19 PMYou can check which process is handling DNS withsockstat | grep :53
Are your host overrides enabled?
With regards to Unbound, if you don't have anything enabled in "Query Forwarding" or "DNS over TLS", Unbound will behave as a recursive resolver.
You can actually track what's going in or out of your firewall using the live view and filters (e.g. dst_port is 53, or 853 for DoT).