LAN Proxy
Most settings apply to #Firmware/v260 , unless otherwise specified.
Config | Type | Default | Description |
---|---|---|---|
c.proxy.type |
string | '' |
The type of proxy server - “http” , “socks5” , or “socks4a” |
c.proxy.name |
string | '' |
The name, or dotted IP address of the proxy server. |
c.proxy.port |
integer | `` | The TCP/IP port the proxy server uses. Usually 8080 for HTTP, or 1080 for SOCKS. |
c.proxy.httpbasicfirst |
integer | 0 |
(optional) Whether to default to using Basic HTTP Authentication first. May save an extra HTTP transaction to the proxy server. #Firmware/v280 |
c.proxy.user |
string | '' |
The username – if the proxy server requires authentication. |
c.proxy.pass |
string | '' |
The password – if the proxy server requires authentication. |
c.proxy.noproxy |
string | '' |
The list of addresses (explicit or wildcarded) to not proxy for. Separate with a comma, semicolon, or space. e.g. “192.168.*, *.scannex.com” |