5 lines
122 B
Text
5 lines
122 B
Text
|
#!/bin/bash
|
||
|
tor -f /etc/torrc &
|
||
|
donar -a naive -c /shared/onion_services.pub -r 9000 &
|
||
|
measlat 127.13.3.7 9000 100 100 50
|