This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
proxy.py
mirror of
https://github.com/abhinavsingh/proxy.py.git
Watch
1
Star
1
Fork
You've already forked proxy.py
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
05f8a86697
proxy.py
/
helper
/
proxy.pac
5 lines
80 B
JavaScript
Raw
Blame
History
function
FindProxyForURL
(
url
,
host
)
{
return
"PROXY localhost:8899; DIRECT"
;
}
Reference in New Issue
View Git Blame
Copy Permalink