Paste #154527

   
pasted on 29.11.2020 20:09
  • Edit to this paste
  • Print
  • Raw
  • The following pastes replied to this paste:  # 273223
  • Show paste tree
  • Compare with paste
    #  
  • Toggle line numbers
  • Syntax highlighting  
Text paste
1
2
3
function FindProxyForURL(url, host) {
    return "SOCKS 192.168.xx.xx:1080";
}
Add Comment
Author