This commit is contained in:
Quentin 2021-01-28 09:58:13 +01:00
parent 84a7635500
commit 20ae8e0c98
9 changed files with 5 additions and 2 deletions

BIN
dist/donar vendored Executable file

Binary file not shown.

BIN
dist/measlat vendored Executable file

Binary file not shown.

BIN
dist/tor2 vendored Executable file

Binary file not shown.

BIN
dist/tor3 vendored Executable file

Binary file not shown.

BIN
dist/torecho vendored Executable file

Binary file not shown.

BIN
dist/udpecho vendored Executable file

Binary file not shown.

View File

@ -14,7 +14,7 @@ DONAR_PORT=$((7000+$1*12))
while true; do
touch /tmp/empty
/usr/local/bin/tor \
/usr/bin/tor \
-f /tmp/empty --defaults-torrc /tmp/empty \
--hush \
--UseEntryGuards 0 \
@ -23,7 +23,7 @@ touch /tmp/empty
--DataDirectory /tmp/tor$CONTROL_PORT | red &
sleep 1
/usr/local/bin/tor \
/usr/bin/tor \
-f /tmp/empty --defaults-torrc /tmp/empty \
--hush \
--UseEntryGuards 0 \

View File

@ -6,7 +6,9 @@ CONTROL_PORT=$((9100+$1))
LOCAL_PORT=$((9200+$1))
echo "tor daemon serv"
touch /tmp/empty
/usr/bin/tor \
-f /tmp/empty --defaults-torrc /tmp/empty \
--hush \
--UseEntryGuards 0 \
--SocksPort 0 \
@ -15,6 +17,7 @@ echo "tor daemon serv"
echo "tor client serv"
/usr/bin/tor \
-f /tmp/empty --defaults-torrc /tmp/empty \
--hush \
--UseEntryGuards 0 \
--SocksPort "127.0.0.1:$SOCK_PORT IsolateDestPort IsolateDestAddr IsolateClientAddr" \

BIN
tor2

Binary file not shown.