BrmTor
BrmTor |
|
founder: | ruza |
depends on: | |
interested: | Overdrive |
software license: | Creative commons |
hardware license: | n/a |
The aim of this project is to run Tor_(anonymity_network) node and protect people from being persecuted for information they are receiving and share. Because of anonymity matters.
TODO: What would be further steps for extending this project, does anything else need to be done?
STATUS
Status: Brmlab is running two nodes. One (BrmTor) is run in
BRIDGE mode.
The
second one is run as an
exit node.
You can support our Tor relay donating bitcoins to
1BRMLAB7nryYgFGrG8x9SYaokb8r2ZwAsX
iptables -A OUTPUT -m owner --uid-owner debian-tor -j ACCEPT
- torstats/tor.sh
#!/bin/bash
# Pavel Ruzicka <ruza@ruza.eu>
# based on http://pivo.glogow.net.pl/linux/docs/lm-25032004.pdf
RRDFILE="${PWD}/torstats/torstats.rrd"
GRAPH="${RRDFILE/.rrd/.png}"
TOR=$(/sbin/iptables -L -n -x -v |egrep 'owner UID match (118|debian-tor)'|\
head -n 1| cut -d ' ' -f 2 )
rrdtool update $RRDFILE N:$TOR
rrdtool graph $GRAPH -a PNG --title="BrmTor - DAILY" --vertical-label "bytes" \
DEF:tor=$RRDFILE:tor:AVERAGE AREA:tor#0000ff:tor 1>/dev/null
rrdtool graph ${GRAPH/.png/-weekly.png} -a PNG --start -1w --title="BrmTor - \
WEEKLY" --vertical-label "bytes" DEF:tor=$RRDFILE:tor:AVERAGE AREA:tor#0000ff:tor 1>/dev/null
rrdtool graph ${GRAPH/.png/-monthly.png} -a PNG --start -1m --title="BrmTor - \
MONTHLY" --vertical-label "bytes" DEF:tor=$RRDFILE:tor:AVERAGE AREA:tor#0000ff:tor 1>/dev/null
rrdtool graph ${GRAPH/.png/-yearly.png} -a PNG --start -1y --title="BrmTor - \
YEARLY" --vertical-label "bytes" DEF:tor=$RRDFILE:tor:AVERAGE AREA:tor#0000ff:tor 1>/dev/null
Obfsproxy
na portu tcp/17237.
ServerTransportPlugin obfs2 exec /usr/local/bin/obfsproxy obfs2 --dest=127.0.0.1:9001 server 0.0.0.0:17237
Why ?
How ?
Similar activities