Paste #154528

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