An open API service indexing awesome lists of open source software.

https://github.com/ziozzang/anti-sni-filter-socks5-proxy

Socks5 Proxy - bypass SNI/Host checking censorship.
https://github.com/ziozzang/anti-sni-filter-socks5-proxy

anti-censorship censorship-resistance proxy python sni socks5 socks5-proxy-server socks5-server

Last synced: 8 days ago
JSON representation

Socks5 Proxy - bypass SNI/Host checking censorship.

Awesome Lists containing this project

README

          

# anti-sni-filter-socks5-proxy
* Socks5 Proxy - bypass SNI/Host checking censorship.
* works with HTTP/HTTPS filtering at Korea.

# run

work and tested python2.

```
docker run --restart=always -d -v `pwd`:/opt --net=host python:2 python /opt/socks5proxy.py
```

# RFC
* https://tools.ietf.org/html/rfc1928