From 8ca1d23406ce3f154893d4c83bd20f99bd8baecb Mon Sep 17 00:00:00 2001 From: clowwindy Date: Sat, 5 Jan 2013 16:18:02 +0800 Subject: [PATCH] use example.com instead of google in test --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index a2e84f5..35d3faf 100755 --- a/test.py +++ b/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