rust-signal-tlsd 0.1.0-1
Package Information
| Description | Standalone Rust implementation of Signal's domain fronting TLS proxy Negotiates an outer TLS handshake and listens for an incoming TLS connection from the Signal client. The inner TLS connection remains end-to-end encrypted between the client and the Signal server, while the outer TLS connection is terminated at the proxy. This evades censorship based on IP address blocking, DNS filtering, and SNI-based deep packet inspection. It implements the protocol of the official Signal-TLS-Proxy, but in a single process instead of two nginx instances glued together with docker-compose. It was successfully field-tested in April 2026 to evade Russian censorship of Signal, through a VPS located in Kazakhstan. |
|---|---|
| Maintainer | Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> |
| Changed By | kpcyrd <git@rxv.cc> |
| Sponsor | werdahias@debian.org |
| Distribution | unstable |
| Architecture | any |
| VCS | git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/signal-tlsd] (browse) |
| Tracker | https://tracker.debian.org/pkg/rust-signal-tlsd |
| Uploaded | 4 hours ago |
New Package Report
.changes
| Changed-By | kpcyrd |
|---|---|
| Architecture | amd64 source |
| Distribution | unstable |
| Date | Sun, 19 Apr 2026 13:42:27 +0200 |
| Source | rust-signal-tlsd |
| Version | 0.1.0-1 |
Changelog
rust-signal-tlsd (0.1.0-1) unstable; urgency=medium . * Package signal-tlsd 0.1.0 from crates.io using debcargo 2.8.2
.dsc
| Section | net |
|---|---|
| Priority | optional |
| Component | main |
| Package-List | signal-tlsd deb net optional arch=any |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: signal-tlsd Upstream-Contact: kpcyrd <git@rxv.cc> Source: https://github.com/kpcyrd/signal-tlsd Files: * Copyright: 2026 kpcyrd <git@rxv.cc> License: MIT-0 Files: debian/* Copyright: 2026 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> 2026 kpcyrd <git@rxv.cc> License: MIT-0 License: MIT-0 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.