https://github.com/threefoldtech/zsocks
https://github.com/threefoldtech/zsocks
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/threefoldtech/zsocks
- Owner: threefoldtech
- Created: 2024-07-22T08:17:08.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T06:34:31.000Z (10 months ago)
- Last Synced: 2025-04-09T17:09:54.545Z (about 1 month ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zsocks
## Usage
as env vars
```bash
LISTEN_ADDR=127.0.0.1:9800 USERNAME=admin PASSWORD=nimda ./target/debug/zsocks
```
or
```bash
./target/debug/zsocks --listen-addr=127.0.0.1:9800 --password=admin --username=nimda
```more logging
```bash
RUST_LOG=info LISTEN_ADDR=127.0.0.1:9800 USERNAME=admin PASSWORD=nimda ./target/debug/zsocks
```