mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
35650d71bf
liballium attempts to reduce the amount of boilerplate code required to implement pluggable transports for Tor in C or C++. WWW: https://github.com/yawning/liballium obfsclient is a C++11 Tor-managed pluggable transport client implementation of the following protocols: obfs2 - The Twobfuscator obfs3 - The Threebfuscator ScrambleSuit - Experimental WWW: https://github.com/yawning/obfsclient PR: 187926, 187927 Submitted by: fk@fabiankeil.de
5 lines
167 B
Plaintext
5 lines
167 B
Plaintext
liballium attempts to reduce the amount of boilerplate code required to
|
|
implement pluggable transports for Tor in C or C++.
|
|
|
|
WWW: https://github.com/yawning/liballium
|