What do I do if my proxy provider blocks some sites

Some proxy providers use very simplistic rules to block websites. e.g. They use a regular expression, if the site you are trying to access contains torrent, they will cut your connection and give you a warning. Some perfectly legitimate sites are blocked because of this. If you have a server located where these sites aren’t blocked, there’s a very simple workaround. Suppose your socks proxy is listening on 127.0.0.1:7890. Just run...

May 10, 2021 · Ke Wang

Connecting two computers behind NATs

I use https://github.com/fatedier/frp to do it. (to be continued)

August 28, 2020 · Ke Wang