Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knio/shoes
SOCKS4 tunnel over HTTP
https://github.com/knio/shoes
Last synced: 7 days ago
JSON representation
SOCKS4 tunnel over HTTP
- Host: GitHub
- URL: https://github.com/knio/shoes
- Owner: Knio
- Created: 2023-04-29T17:14:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-04-29T17:18:19.000Z (over 1 year ago)
- Last Synced: 2024-12-20T00:34:16.115Z (20 days ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shoes4
A SOCKS4 tunnel that relays data over a pool of HTTPS connections, to avoid traffic shaping networks that are hostile to long-lived connections.
## Usage
Run the server:
```sh
python -m shoes serve --port 4343
```Run the client:
```sh
python -m shoes connect http://1.2.3.4:443/shoes
```Configure your applications:
```
Protocol: SOCKS4
Address: 127.0.0.1
Port: 4343
```