1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-04 15:24:12 +01:00
Arduino/app/test/cc/arduino/net/proxy_socks.pac

5 lines
88 B
Plaintext
Raw Normal View History

2015-08-07 15:26:17 +02:00
function FindProxyForURL(url, host)
{
return "SOCKS proxy.example.com:8080; DIRECT";
}