1
0
Fork 0
knot-resolver/modules/daf/test.integr/module_daf.rpl
Daniel Baumann fbc604e215
Adding upstream version 5.7.5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 13:56:17 +02:00

30 lines
525 B
Text

; SPDX-License-Identifier: GPL-3.0-or-later
; config options
; target-fetch-policy: "0 0 0 0 0"
; module-config: "iterator"
; name: "."
stub-addr: 193.0.14.129 # K.ROOT-SERVERS.NET.
CONFIG_END
SCENARIO_BEGIN Test DNS Application Firewall
STEP 11 QUERY
ENTRY_BEGIN
REPLY RD
SECTION QUESTION
hints.net. IN A
ENTRY_END
; test rewrite rule applies to hints
STEP 12 CHECK_ANSWER
ENTRY_BEGIN
MATCH all
REPLY QR RD RA NOERROR
SECTION QUESTION
hints.net. IN A
SECTION ANSWER
hints.net. IN A 192.0.2.101
ENTRY_END
SCENARIO_END