Skip to content

Commit

Permalink
Create proxy.pac
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmiao authored Dec 30, 2017
1 parent 0942802 commit dc615af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions proxy.pac
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
function FindProxyForURL(url, host)
{
return "SOCKS 192.168.0.3:12345";
}

0 comments on commit dc615af

Please sign in to comment.