This website works better with JavaScript.
Home
Explore
Help
Sign In
bj
/
torch-agent
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
5
Wiki
Activity
Browse Source
Reduced delays; they weren't the source of the problem
master
B.J. Dweck
1 year ago
parent
7d764cb043
commit
be4ce4a288
1 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-3
docker-tor/torch-agent.wrapper.sh
+ 1
- 3
docker-tor/torch-agent.wrapper.sh
View File
@ -4,9 +4,7 @@ tor &
while
! curl -s --socks5 127.0.0.1:9050
'https://check.torproject.org/'
|
grep -qm1 Congratulations
do
sleep
3
sleep
0.5
done
sleep
3
torch-agent
$1
$2
$3
$4
Write
Preview
Loading…
Cancel
Save