From b050d7066991ef1df52d7ecc112f3b71f01f5ee8 Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Tue, 27 Aug 2024 15:10:04 +0200 Subject: [PATCH] Revert "auth dnsproxy: make local port range configurable" This reverts commit 60157e5f88b15ca2c2edd5d81612d525462a895b. --- docs/settings.rst | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docs/settings.rst b/docs/settings.rst index 6629747191da6..82d5ba3b53c1e 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -633,20 +633,6 @@ approximately doubles query load. If this is turned off, DNAME records are treated as any other and served only when queried explicitly. -.. _setting-dnsproxy-udp-port-range: - -``dnsproxy-udp-port-range`` ---------------------------- - -- String -- Default: `10000 60000` - -If :ref:`setting-resolver` enables the DNS Proxy, this setting limits the -port range the DNS Proxy's UDP port is chosen from. - -Default should be fine on most installs, but if you have conflicting local -services, you may choose to limit the range. - .. _setting-dnssec-key-cache-ttl: ``dnssec-key-cache-ttl``