mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
98915213c0
It transmits any kind of IP-based data transparently through the Tor network on a location hidden basis. You can think of it as a point-to-multipoint VPN between hidden services. OnionCat is based on anonymizing transport layers like Tor. WWW: http://www.cypherpunk.at/onioncat/ PR: ports/146433 Submitted by: "ports@c0decafe.net" <ports@c0decafe.net>
9 lines
348 B
Plaintext
9 lines
348 B
Plaintext
If you plan to also receive connections (e.g. because you provide a service or
|
|
you use software which opens sockets for incomming connections like Bitorrent)
|
|
you MUST the onioncat_hostname in rc.conf and configure the following hidden
|
|
service in torrc:
|
|
|
|
HiddenServicePort 8060 127.0.0.1:8060
|
|
|
|
Finally, please consider setting up an IPv6 firewall.
|