mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-04 15:24:12 +01:00
5 lines
88 B
Plaintext
5 lines
88 B
Plaintext
|
function FindProxyForURL(url, host)
|
||
|
{
|
||
|
return "SOCKS proxy.example.com:8080; DIRECT";
|
||
|
}
|