keep the test with example.com

This commit is contained in:
Mylloon 2023-06-19 22:52:45 +02:00
parent 21a150b4bb
commit 231868e46d
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -1,7 +1,7 @@
open Dnstoy
let () =
let response = Network.send_request "8.8.8.8" "www.mylloon.fr" in
let response = Network.send_request "8.8.8.8" "www.example.com" in
print_endline (Utils.get_bytecode response);
let dns_packet = Response.parse_dns_packet response in
print_endline (Debug.dns_packet dns_packet)