use my website since it have cname + a and its mine
This commit is contained in:
parent
e66106bbea
commit
27bdb229d2
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
open Dnstoy
|
open Dnstoy
|
||||||
|
|
||||||
let () =
|
let () =
|
||||||
let response = Network.send_request "8.8.8.8" "www.example.com" in
|
let response = Network.send_request "8.8.8.8" "www.mylloon.fr" in
|
||||||
print_endline (Utils.get_bytecode response);
|
print_endline (Utils.get_bytecode response);
|
||||||
let dns_packet = Response.parse_dns_packet response in
|
let dns_packet = Response.parse_dns_packet response in
|
||||||
print_endline (Debug.dns_packet dns_packet);
|
print_endline (Debug.dns_packet dns_packet);
|
||||||
|
|
Reference in a new issue