Skip to content

Commit 51e579e

Browse files
committed
Remove trust_nx_responses renamed to trust_negative_responses
1 parent 38fd231 commit 51e579e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/named.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ zone_type = "External"
1616
## remember the port, defaults: 53 for Udp & Tcp, 853 for Tls and 443 for Https.
1717
## Tls and/or Https require features dns-over-tls and/or dns-over-https
1818
stores = {type = "forward", name_servers = [
19-
{ socket_addr = "1.1.1.1:53", protocol = "udp", trust_nx_responses = false },
20-
{ socket_addr = "1.0.0.1:53", protocol = "tcp", trust_nx_responses = false }]}
19+
{ socket_addr = "1.1.1.1:53", protocol = "udp" },
20+
{ socket_addr = "1.0.0.1:53", protocol = "tcp" }]}

0 commit comments

Comments
 (0)