https://github.com/knio/shoes
SOCKS4 tunnel over HTTP
https://github.com/knio/shoes
Last synced: 8 months ago
JSON representation
SOCKS4 tunnel over HTTP
- Host: GitHub
- URL: https://github.com/knio/shoes
- Owner: Knio
- Created: 2023-04-29T17:14:47.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-29T17:18:19.000Z (about 3 years ago)
- Last Synced: 2025-02-01T12:28:42.861Z (over 1 year 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
```