2022-09-01から1ヶ月間の記事一覧

DNSを学ぶために再帰的にdigる。

以下のように問い合わせる。 答えを知っていそうなネームサーバに問い合わせる。(最初はrootから) 返事を確認 ANSWER SECTION を確認し、もしアドレスが含まれていたら完了 AUTHORITY SECTION を確認し、NSレコードが含まれていれば、次に問い合わせるべき…

chromium DNSTask めも (overriding the DNS configuration)

chromiumにはいくつかDNSを行う方法がある。 system resolver async resolver (not DoH) async resolver (DoH) chromiumのコードを変更して、async resolverの問い合わせ先を変更してみた。 chromiumにはいくつかDNSを行う方法がある。 chromiumの //net/dns…

GSoC chromium: IP address synthesis for an IPv6 only network to connect to an IPv4 address literal.

TLDR; When a client is in an IPv6 only environment it utilises the NAT64 and DNS64 in the network to connect to IPv4 only servers. However, when chrome tries to connect to an IPv4 literal (such as when an IPv4 address is directly written i…