| Crates.io | apfsds-client |
| lib.rs | apfsds-client |
| version | 0.2.0 |
| created_at | 2026-01-17 16:15:49.978076+00 |
| updated_at | 2026-01-18 02:51:31.460652+00 |
| description | APFSDS client - censorship-resistant proxy client (SOCKS5/TUN) |
| homepage | |
| repository | |
| max_upload_size | |
| id | 2050728 |
| size | 146,739 |
Client application for APFSDS.
cargo install apfsds-client
# Run with config file
apfsds --config client.toml
# SOCKS5 mode (default)
# Configure applications to use 127.0.0.1:1080
[client]
mode = "socks5"
[client.socks5]
bind = "127.0.0.1:1080"
[client.dns]
enabled = true
bind = "127.0.0.1:5353"
[connection]
endpoints = ["wss://handler.example.com:25347/v1/connect"]
| Mode | Description |
|---|---|
socks5 |
Local SOCKS5 proxy (default) |
tun |
System-wide TUN interface |
MIT