|
|
|
|
|
by arch-choot
99 days ago
|
|
An example for the hub: ```
echo -e "GET / HTTP/1.1\r\nHost: www.pornhub.com\r\nConnection: close\r\n\r\n" | openssl s_client -connect 66.254.114.41:443 -quiet
``` This works for most ISPs in India, but if you set the SNI it'll get a TCP reset |
|