Guest User

Untitled

a guest
Jan 1st, 2017
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. function FindProxyForURL(url, host) {
  2. if (
  3. shExpMatch(url, "*rutracker.*") ||
  4. shExpMatch(url, "*lurkmore.*") ||
  5. shExpMatch(url, "*pornolab.*")
  6. )
  7. return "SOCKS 127.0.0.1:9050";
  8. else
  9. return "DIRECT";
  10. }
Add Comment
Please, Sign In to add comment