mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-05 20:46:08 +01:00
5 lines
88 B
Plaintext
5 lines
88 B
Plaintext
|
function FindProxyForURL(url, host)
|
||
|
{
|
||
|
return "SOCKS proxy.example.com:8080; DIRECT";
|
||
|
}
|