Compare commits
1 Commits
v0.1.0-bet
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b7e5dad3be |
@@ -25,7 +25,7 @@ Most VPN apps ask you to trust the app vendor's servers. koridor doesn't have an
|
|||||||
|
|
||||||
- **Full-device tunnel** — a TUN-based VPN, not just an app-aware SOCKS proxy. Every app on the device is covered, with no per-app setup.
|
- **Full-device tunnel** — a TUN-based VPN, not just an app-aware SOCKS proxy. Every app on the device is covered, with no per-app setup.
|
||||||
- **Bring your own server** — connects to any SSH server with `AllowTcpForwarding yes`. No special server-side software required.
|
- **Bring your own server** — connects to any SSH server with `AllowTcpForwarding yes`. No special server-side software required.
|
||||||
- **Zero-friction onboarding** — scan a QR code exported from your server, toggle on, done.
|
- **Simple onboarding** — set up a connection profile, toggle on, done.
|
||||||
- **Fail-closed reconnects** — transient drops are retried with exponential backoff; if the tunnel can't recover, the route is torn down rather than silently leaking traffic in the open.
|
- **Fail-closed reconnects** — transient drops are retried with exponential backoff; if the tunnel can't recover, the route is torn down rather than silently leaking traffic in the open.
|
||||||
- **Tunnel-only DNS** — lookups are resolved through the server's own resolver over the tunnel, never leaked to a third-party DNS provider.
|
- **Tunnel-only DNS** — lookups are resolved through the server's own resolver over the tunnel, never leaked to a third-party DNS provider.
|
||||||
- **No telemetry** — no analytics, crash reporting, or usage tracking of any kind.
|
- **No telemetry** — no analytics, crash reporting, or usage tracking of any kind.
|
||||||
|
|||||||
Reference in New Issue
Block a user