Y
Hacker News
new
|
ask
|
show
|
jobs
by
maltalex
2582 days ago
I don't think there's a reason to use TCP for this unless you want to check for TCP connectivity specifically.
Just do a DNS lookup against a list of well-known public DNS servers.
2 comments
oconnor663
2582 days ago
One reason not to do DNS exclusively is that many networks allow DNS requests (and intercept them) but block HTTP requests.
link
jesusprubio
2581 days ago
BTW, there're parts of DNS over TCP.
link