diff options
Diffstat (limited to 'src/lib/dns/tests/testdata/edns_toWire4.spec')
-rw-r--r-- | src/lib/dns/tests/testdata/edns_toWire4.spec | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/dns/tests/testdata/edns_toWire4.spec b/src/lib/dns/tests/testdata/edns_toWire4.spec new file mode 100644 index 0000000..ea1f5e3 --- /dev/null +++ b/src/lib/dns/tests/testdata/edns_toWire4.spec @@ -0,0 +1,7 @@ +# +# Same as edns_toWire1 but setting the DO bit, and using an unusual +# UDP payload size +# +[edns] +do: 1 +udpsize = 511 |