Skip to content

Pfsense DNS forwarder client timeout is too long #3

Description

@bbl232

I use the Pfsense DNS forwarder to forward DNS requests from clients on my network to Pi-hole, Google, and Cloudflare sequentially. The forwarded DNS lookup only times out after more than 100ms (unsure what the actual timeout is). This setting is not configurable in the Pfsense UI. This can lead to a couple of issues:

  1. Slow network performance when Pi-hole is unavailable
  2. Failure to pull container images when Pi-hole is unavailable (because the kubelet DNS client timeout is lower than the Pfsense DNS client timeout so it gives up pulling images before the request can be forwarded to an alternate DNS service)

Potential solutions:

  1. Find a way to configure a smaller timeout for the Pfsense DNS client
  2. Run some sort of DNS proxy that is more configurable and run that somewhere in the network (but then we are moving the problem from pi-hole unavailable to DNS proxy unavailable)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions