Scroll to navigation

OBFSPROXY(1) User Manuals OBFSPROXY(1)

NAME

obfsproxy - a pluggable transports proxy

SYNOPSIS

obfsproxy [obfsproxy_args] protocol_name [protocol_args] protocol_options protocol_name

DESCRIPTION

obfsproxy is a tool that attempts to circumvent censorship, by transforming the Tor traffic between the client and the bridge. This way, censors, who usually monitor traffic between the client and the bridge, will see innocent-looking transformed traffic instead of the actual Tor traffic.
 
obfsproxy supports multiple protocols, called pluggable transports, which specify how the traffic is transformed. For example, there might be a HTTP transport which transforms Tor traffic to look like regular HTTP traffic.

OPTIONS

--log-file=<file>
Set logfile
--log-min-severity=warn|info|debug|notice
Set minimum logging severity
--no-log
Disable logging

SEE ALSO

tor(1)
 
https://www.torproject.org/

BUGS

Plenty, probably. obfsproxy is still in development. Please report them.

AUTHOR

George Kadianakis <asn at torproject.org>.
02/12/2012 Linux