docs: link konduit-platform from README

This commit is contained in:
Eugen Kaparulin
2026-06-08 09:12:39 +03:00
parent d3e6d89b6b
commit 278bc0d274

View File

@@ -78,7 +78,7 @@ Konduit engine (Rust)
## Openness Model
The Konduit **client library** (`konduit-client`) is published here for transparency and security audit. It is licensed under the [PolyForm Noncommercial License 1.0.0](LICENSE) — free to read, study, and use for noncommercial purposes.
The [`konduit-platform`](./konduit-platform) crate is published here for transparency and security audit. It contains the cryptographic primitives, connection statistics, and platform networking layer (TUN device, DNS, routes) — everything an auditor needs to verify what runs on your machine. It is licensed under the [PolyForm Noncommercial License 1.0.0](LICENSE) — free to read, study, and use for noncommercial purposes.
The VPN server, management UI, and stealth-mode protocol are proprietary. Keeping stealth mechanisms private makes automated DPI fingerprinting significantly harder. Source review under NDA is available for enterprise partners.
@@ -139,5 +139,5 @@ Created by **Eugen Kaparulin**.
Official binaries distributed by **Konduit Oy**.
© Eugen Kaparulin. All rights reserved.
`konduit-client` is published under the [PolyForm Noncommercial License 1.0.0](LICENSE).
[`konduit-platform`](./konduit-platform) is published under the [PolyForm Noncommercial License 1.0.0](LICENSE).
All other parts of Konduit are proprietary.