Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
Update connect.py (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
danking committed Dec 7, 2018
1 parent 450de7c commit 4973f22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloudtools/connect.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,6 @@ def main(args):
'http://localhost:{}'.format(connect_port),
'--proxy-server=socks5://localhost:{}'.format(args.port),
'--host-resolver-rules=MAP * 0.0.0.0 , EXCLUDE localhost',
'--proxy-bypass-list=<-loopback>', # https://chromium.googlesource.com/chromium/src/+/da790f920bbc169a6805a4fb83b4c2ab09532d91
'--user-data-dir=/tmp/'
], stdout=f, stderr=f)

0 comments on commit 4973f22

Please sign in to comment.