1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-02 13:24:12 +01:00
Arduino/app/test/cc/arduino/net/proxy_http.pac
2015-08-21 08:41:50 +02:00

5 lines
88 B
JavaScript

function FindProxyForURL(url, host)
{
return "PROXY proxy.example.com:8080; DIRECT";
}