use example.com instead of google in test
This commit is contained in:
parent
5b80bf5cfe
commit
8ca1d23406
1 changed files with 1 additions and 1 deletions
2
test.py
2
test.py
|
@ -103,7 +103,7 @@ try:
|
|||
ready_count += 1
|
||||
|
||||
if ready_count == 2 and p3 is None:
|
||||
p3 = Popen(['curl', 'http://www.google.com/', '-v', '-L',
|
||||
p3 = Popen(['curl', 'http://www.example.com/', '-v', '-L',
|
||||
'--socks5-hostname', '127.0.0.1:1080'], shell=False,
|
||||
bufsize=0, close_fds=True)
|
||||
break
|
||||
|
|
Loading…
Add table
Reference in a new issue