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.
- Host: GitHub
- URL: https://github.com/ziozzang/anti-sni-filter-socks5-proxy
- Owner: ziozzang
- License: mit
- Created: 2019-02-18T13:25:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-04T16:41:12.000Z (about 4 years ago)
- Last Synced: 2025-04-04T11:51:13.688Z (7 months ago)
- Topics: anti-censorship, censorship-resistance, proxy, python, sni, socks5, socks5-proxy-server, socks5-server
- Language: Python
- Size: 6.84 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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