Guest User

Untitled

a guest
Dec 16th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. function FindProxyForURL(url, host) {
  2. if (dnsDomainIs(host, ".i2p")) { return "PROXY localhost:4444"; }
  3. if (dnsDomainIs(host, ".onion")) { return "PROXY localhost:9150"; }
  4. return "DIRECT";
  5. }
Add Comment
Please, Sign In to add comment