From 278bc0d27455eb813be95f423de89380ca07f397 Mon Sep 17 00:00:00 2001 From: Eugen Kaparulin Date: Mon, 8 Jun 2026 09:12:39 +0300 Subject: [PATCH] docs: link konduit-platform from README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3843ca..fc518a3 100644 --- a/README.md +++ b/README.md @@ -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.