From 1387ac938e1ace1a6e5653583d037cbc98dd6acc Mon Sep 17 00:00:00 2001 From: "E. Kaparulin" Date: Thu, 30 Jul 2026 00:52:02 +0300 Subject: [PATCH] Link konduit-platform source --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 15c5327..95558f5 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,8 @@ koridor engine (Rust) Each TCP flow captured off the TUN device is proxied over its own SSH `direct-tcpip` channel — the same kind of traffic an ordinary SSH port-forward produces, indistinguishable on the wire from routine SSH use. +The TUN device and OS route management layer is shared with [Konduit](https://k-ops.eu), this org's other VPN client, and is published for transparency and audit as [`konduit-platform`](https://git.k-ops.eu/konduit/konduit-public/src/branch/main/konduit-platform). + ## Security - Your SSH private key and passphrase are stored only in the OS secure credential store (Android Keystore / platform-equivalent) and are only ever sent to the server you configure, as part of establishing the tunnel.