mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-23 07:17:29 +02:00
Creates an example on how to connect using Socks4 based proxy. * Original commit: espressif/esp-idf@f7b842bbc7
17 lines
387 B
Plaintext
17 lines
387 B
Plaintext
menu "Example Configuration"
|
|
|
|
config EXAMPLE_PROXY_ADDRESS
|
|
string "Proxy address"
|
|
default "myproxy"
|
|
help
|
|
Address of the proxy to be used.
|
|
|
|
config EXAMPLE_PROXY_PORT
|
|
string "Proxy port"
|
|
default "myport"
|
|
help
|
|
Port for the proxy. Due to a limitation of lwip, must
|
|
be a number e.g. "1080".
|
|
|
|
endmenu
|