2023-12-18 11:34:29 +01:00
|
|
|
|
---
|
|
|
|
|
version: '1.0'
|
|
|
|
|
env_proxy:
|
2023-12-18 11:34:30 +01:00
|
|
|
|
description: HTTP(s) proxy server overview and configuration
|
|
|
|
|
help: |
|
|
|
|
|
A proxy server acts as an intermediary gateway between a client and another
|
|
|
|
|
HTTP(s) server, such as the Internet.
|
|
|
|
|
|
|
|
|
|
It makes service requests on behalf of a local client and allows the client
|
|
|
|
|
to make network connections to network services outside its own network.
|
2023-12-18 11:34:29 +01:00
|
|
|
|
host:
|
2023-12-18 11:34:30 +01:00
|
|
|
|
description: The proxy server’s address
|
|
|
|
|
help: |
|
|
|
|
|
Specifies the hostname of proxy server to enable proxy server access to
|
|
|
|
|
all of your HTTP(s) requests.
|
|
|
|
|
type: domainname
|
|
|
|
|
test:
|
|
|
|
|
- proxy.silique.fr
|
2023-12-18 11:34:30 +01:00
|
|
|
|
port:
|
|
|
|
|
description: The proxy server's port
|
|
|
|
|
type: port
|
2023-12-18 11:34:31 +01:00
|
|
|
|
default: "3128"
|
2023-12-18 11:34:31 +01:00
|
|
|
|
no_proxy:
|
|
|
|
|
description: Exclude proxy server
|
|
|
|
|
help: |
|
|
|
|
|
Network address(es), network address range(s) and domains to exclude from
|
|
|
|
|
using the proxy when initiating connection(s).
|
|
|
|
|
type: "domainname"
|
|
|
|
|
params:
|
|
|
|
|
allow_ip: true
|
|
|
|
|
allow_cidr_network: true
|
|
|
|
|
allow_without_dot: true
|
|
|
|
|
allow_startswith_dot: true
|
|
|
|
|
multi: true
|
|
|
|
|
test:
|
|
|
|
|
- 192.168.1.1
|
|
|
|
|
- 192.168.10.0/24
|
|
|
|
|
- www.silique.fr
|
|
|
|
|
- .internal.silique.fr
|