Skip to content

Commit 6ada438

Browse files
committed
Add MaxConcurrentQueries documentation and update SECURITY.md to 1.6.x
1 parent 91de52e commit 6ada438

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ example.com. 0 CH HINFO "Host" "IPv6:[2001:500:8d::53]:53 rtt:148ms health:[GOO
178178
| **roottcptimeout** | TCP idle timeout for root server connections. Default: "5s" |
179179
| **tldtcptimeout** | TCP idle timeout for TLD server connections (com, net, org, etc.). Default: "10s" |
180180
| **tcpmaxconnections**| Maximum number of pooled TCP connections. 0 uses default. Default: 100 |
181+
| **maxconcurrentqueries** | Maximum number of concurrent DNS queries allowed. Limits resource usage under heavy load. Default: 10000 |
181182
| **dnstapsocket** | Unix domain socket path for dnstap binary DNS logging. Leave empty to disable |
182183
| **dnstapidentity** | Server identity string for dnstap messages. Defaults to hostname |
183184
| **dnstapversion** | Server version string for dnstap messages. Default: "sdns" |

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Only the following version is currently being supported with security updates:
66

77
| Version | Supported |
88
| ------- | ------------------ |
9-
| 1.3.x | :white\_check\_mark: |
10-
| < 1.3 | :x: |
9+
| 1.6.x | :white\_check\_mark: |
10+
| < 1.6 | :x: |
1111

1212
## Reporting a Vulnerability
1313

0 commit comments

Comments
 (0)