Add alternative resolver path with passthru cache-characteristics. (resolves #158)

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-09-09 23:53:51 +00:00
parent 2e13e87e43
commit 248d778290
3 changed files with 60 additions and 6 deletions

View File

@@ -285,6 +285,16 @@
#
#ip_lookup_strategy = 5
# List of domain patterns resolved via the alternative path without any
# persistent cache, very small memory cache, and no enforced TTL. This
# is intended for internal network and application services which require
# these specific properties. This path does not support federation or
# general purposes.
#
# example: ["*\.dns\.podman$"]
#
#dns_passthru_domains = []
# Max request size for file uploads in bytes. Defaults to 20MB.
#
#max_request_size = 20971520