aboutsummaryrefslogtreecommitdiff
path: root/contrib/unbound/testdata/fwd_udp_with_tcp_upstream.tdir/fwd_udp_with_tcp_upstream.testns
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/unbound/testdata/fwd_udp_with_tcp_upstream.tdir/fwd_udp_with_tcp_upstream.testns')
-rw-r--r--contrib/unbound/testdata/fwd_udp_with_tcp_upstream.tdir/fwd_udp_with_tcp_upstream.testns25
1 files changed, 0 insertions, 25 deletions
diff --git a/contrib/unbound/testdata/fwd_udp_with_tcp_upstream.tdir/fwd_udp_with_tcp_upstream.testns b/contrib/unbound/testdata/fwd_udp_with_tcp_upstream.tdir/fwd_udp_with_tcp_upstream.testns
deleted file mode 100644
index 04089af0e1b6..000000000000
--- a/contrib/unbound/testdata/fwd_udp_with_tcp_upstream.tdir/fwd_udp_with_tcp_upstream.testns
+++ /dev/null
@@ -1,25 +0,0 @@
-; nameserver test file
-$ORIGIN example.com.
-$TTL 3600
-
-ENTRY_BEGIN
-MATCH opcode qtype qname
-MATCH TCP
-REPLY QR AA NOERROR
-ADJUST copy_id
-SECTION QUESTION
-tcp IN A
-SECTION ANSWER
-tcp IN A 10.20.30.40
-ENTRY_END
-
-ENTRY_BEGIN
-MATCH opcode qtype qname
-MATCH UDP
-REPLY QR AA NOERROR
-ADJUST copy_id
-SECTION QUESTION
-udp IN A
-SECTION ANSWER
-udp IN A 10.20.30.80
-ENTRY_END