table of contents
other versions
FP-FACILITATOR(1) | User Commands | FP-FACILITATOR(1) |
NAME¶
fp-facilitator - The flashproxy facilitator.
SYNOPSIS¶
fp-facilitator -r RELAY <OPTIONS>
DESCRIPTION¶
Flash proxy facilitator: Register client addresses and serve them out again. Listen on 127.0.0.1 and port PORT (by default 9002).
- -d, --debug
- don't daemonize, log to stdout.
- -h, --help
- show this help.
- -l, --log FILENAME
- write log to FILENAME (default "fp-facilitator.log").
- -p, --port PORT
- listen on PORT (default 9002).
- --pidfile FILENAME
- write PID to FILENAME after daemonizing.
- --privdrop-user USER
- switch UID and GID to those of USER.
- -r, --relay-file RELAY
- learn relays from FILE.
- --outer-transports TRANSPORTS
- comma-sep list of outer transports to accept proxies for (by default websocket)
- --unsafe-logging
- don't scrub IP addresses from logs.
REPORTING BUGS¶
Please report using https://trac.torproject.org/projects/tor.
SEE ALSO¶
http://crypto.stanford.edu/flashproxy/
https://www.torproject.org/docs/pluggable-transports.html.en
June 2015 | fp-facilitator 1.7 |