You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
sockers | 1 year ago | |
.gitignore | 2 years ago | |
LICENSE.TXT | 1 year ago | |
NOTICE.TXT | 1 year ago | |
README.MD | 2 years ago |
README.MD
Sockers
TCP-over-WebSocket SOCKS proxy. Helps you bypass those pesky HTTP-only firewalls, est. 2021.
Requirements
Python 3.7 or better
websockets library (python -m pip install websockets
)
Usage
Server (on the host that forwards)
python -m sockers server <bind address> <bind port>
e.g. python -m sockers server 0.0.0.0 40000
Client (on the host that wants his traffic forwarded)
python -m sockers client <remote ws endpoint> <listen port>
e.g. python -m sockers client wss://example.com:40000 39900
Then set 127.0.0.1:39900
as your SOCKS4a proxy on the client