Add DIST
This commit is contained in:
parent
84a7635500
commit
20ae8e0c98
9 changed files with 5 additions and 2 deletions
BIN
dist/donar
vendored
Executable file
BIN
dist/donar
vendored
Executable file
Binary file not shown.
BIN
dist/measlat
vendored
Executable file
BIN
dist/measlat
vendored
Executable file
Binary file not shown.
BIN
dist/tor2
vendored
Executable file
BIN
dist/tor2
vendored
Executable file
Binary file not shown.
BIN
dist/tor3
vendored
Executable file
BIN
dist/tor3
vendored
Executable file
Binary file not shown.
BIN
dist/torecho
vendored
Executable file
BIN
dist/torecho
vendored
Executable file
Binary file not shown.
BIN
dist/udpecho
vendored
Executable file
BIN
dist/udpecho
vendored
Executable file
Binary file not shown.
|
@ -14,7 +14,7 @@ DONAR_PORT=$((7000+$1*12))
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
touch /tmp/empty
|
touch /tmp/empty
|
||||||
/usr/local/bin/tor \
|
/usr/bin/tor \
|
||||||
-f /tmp/empty --defaults-torrc /tmp/empty \
|
-f /tmp/empty --defaults-torrc /tmp/empty \
|
||||||
--hush \
|
--hush \
|
||||||
--UseEntryGuards 0 \
|
--UseEntryGuards 0 \
|
||||||
|
@ -23,7 +23,7 @@ touch /tmp/empty
|
||||||
--DataDirectory /tmp/tor$CONTROL_PORT | red &
|
--DataDirectory /tmp/tor$CONTROL_PORT | red &
|
||||||
sleep 1
|
sleep 1
|
||||||
|
|
||||||
/usr/local/bin/tor \
|
/usr/bin/tor \
|
||||||
-f /tmp/empty --defaults-torrc /tmp/empty \
|
-f /tmp/empty --defaults-torrc /tmp/empty \
|
||||||
--hush \
|
--hush \
|
||||||
--UseEntryGuards 0 \
|
--UseEntryGuards 0 \
|
||||||
|
|
|
@ -6,7 +6,9 @@ CONTROL_PORT=$((9100+$1))
|
||||||
LOCAL_PORT=$((9200+$1))
|
LOCAL_PORT=$((9200+$1))
|
||||||
|
|
||||||
echo "tor daemon serv"
|
echo "tor daemon serv"
|
||||||
|
touch /tmp/empty
|
||||||
/usr/bin/tor \
|
/usr/bin/tor \
|
||||||
|
-f /tmp/empty --defaults-torrc /tmp/empty \
|
||||||
--hush \
|
--hush \
|
||||||
--UseEntryGuards 0 \
|
--UseEntryGuards 0 \
|
||||||
--SocksPort 0 \
|
--SocksPort 0 \
|
||||||
|
@ -15,6 +17,7 @@ echo "tor daemon serv"
|
||||||
|
|
||||||
echo "tor client serv"
|
echo "tor client serv"
|
||||||
/usr/bin/tor \
|
/usr/bin/tor \
|
||||||
|
-f /tmp/empty --defaults-torrc /tmp/empty \
|
||||||
--hush \
|
--hush \
|
||||||
--UseEntryGuards 0 \
|
--UseEntryGuards 0 \
|
||||||
--SocksPort "127.0.0.1:$SOCK_PORT IsolateDestPort IsolateDestAddr IsolateClientAddr" \
|
--SocksPort "127.0.0.1:$SOCK_PORT IsolateDestPort IsolateDestAddr IsolateClientAddr" \
|
||||||
|
|
BIN
tor2
BIN
tor2
Binary file not shown.
Loading…
Reference in a new issue