rougail-output-doc/tests/result_tutorial/110/doc.sh

162 lines
17 KiB
Bash
Raw Normal View History

2026-03-29 11:01:15 +02:00
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
proxy_mode │ Configure Proxy Access to the │
 choice   standard   mandatory  │ Internet. │
│ │ Choices: │
│ │ • No proxy ← (default) │
│ │ • Auto-detect proxy settings for
│ │ this network │
│ │ • Use system proxy settings │
│ │ • Manual proxy configuration │
│ │ • Automatic proxy configuration URL │
└───────────────────────────────────────┴──────────────────────────────────────┘
2026-04-30 06:58:12 +02:00
2026-03-29 11:01:15 +02:00
Manual proxy configuration
2026-04-01 17:01:24 +02:00
▌ 🛈 Informations
▌ 
▌ Path: manual
▌  basic   disabled 
▌ Disabled: when the variable "Configure Proxy Access to the Internet"
▌ (proxy_mode) hasn't the value "Manual proxy configuration".
2026-03-29 11:01:15 +02:00
HTTP Proxy
2026-04-01 17:01:24 +02:00
▌ 🛈 Informations
▌ 
▌ Path: manual.http_proxy
▌  basic 
2026-03-29 11:01:15 +02:00
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
2026-04-30 06:58:12 +02:00
manual.http_proxy.address │ HTTP proxy address. │
2026-03-29 11:01:15 +02:00
 domainname   basic   mandatory  │ Validators: │
│ │ • type domainname │
│ │ • the domain name can be an IP │
├───────────────────────────────────────┼──────────────────────────────────────┤
2026-04-30 06:58:12 +02:00
manual.http_proxy.port │ HTTP proxy port. │
2026-03-29 11:01:15 +02:00
 port   standard   mandatory  │ Validators: │
│ │ • well-known ports (1 to 1023) are │
│ │ allowed │
│ │ • registred ports (1024 to 49151)
│ │ are allowed │
│ │ • private ports (greater than 49152)
│ │ are allowed │
│ │ Default: 8080
└───────────────────────────────────────┴──────────────────────────────────────┘
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
manual.use_for_https │ Also use this proxy for HTTPS. │
 boolean   standard   mandatory  │ Default: true
└───────────────────────────────────────┴──────────────────────────────────────┘
2026-04-30 06:58:12 +02:00
2026-03-29 11:01:15 +02:00
HTTPS Proxy
2026-04-01 17:01:24 +02:00
▌ 🛈 Informations
▌ 
▌ Path: manual.https_proxy
▌  standard   hidden 
▌ Hidden: when the variable "Also use this proxy for HTTPS"
▌ (manual.use_for_https) has the value "true".
2026-03-29 11:01:15 +02:00
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
2026-04-30 06:58:12 +02:00
manual.https_proxy.address │ HTTPS proxy address. │
2026-03-29 11:01:15 +02:00
 domainname   standard   mandatory  │ Validators: │
│ │ • type domainname │
│ │ • the domain name can be an IP │
│ │ Default: the value of the variable │
2026-04-30 06:58:12 +02:00
│ │ "HTTP proxy address"
2026-04-01 17:01:24 +02:00
│ │ (manual.http_proxy.address). │
2026-03-29 11:01:15 +02:00
├───────────────────────────────────────┼──────────────────────────────────────┤
2026-04-30 06:58:12 +02:00
manual.https_proxy.port │ HTTPS proxy port. │
2026-03-29 11:01:15 +02:00
 port   standard   mandatory  │ Validators: │
│ │ • well-known ports (1 to 1023) are │
│ │ allowed │
│ │ • registred ports (1024 to 49151)
│ │ are allowed │
│ │ • private ports (greater than 49152)
│ │ are allowed │
│ │ Default: the value of the variable │
2026-04-30 06:58:12 +02:00
│ │ "HTTP proxy port"
2026-04-01 17:01:24 +02:00
│ │ (manual.http_proxy.port). │
2026-03-29 11:01:15 +02:00
└───────────────────────────────────────┴──────────────────────────────────────┘
SOCKS Proxy
2026-04-01 17:01:24 +02:00
▌ 🛈 Informations
▌ 
▌ Path: manual.socks_proxy
▌  standard 
2026-03-29 11:01:15 +02:00
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
2026-04-30 06:58:12 +02:00
manual.socks_proxy.address │ SOCKS proxy address. │
2026-05-06 11:25:22 +02:00
 domainname   standard  │ Validators: │
2026-03-29 11:01:15 +02:00
│ │ • type domainname │
│ │ • the domain name can be an IP │
├───────────────────────────────────────┼──────────────────────────────────────┤
2026-04-30 06:58:12 +02:00
manual.socks_proxy.port │ SOCKS proxy port. │
2026-05-06 11:25:22 +02:00
 port   standard   mandatory    │ Validators: │
disabled  │ • well-known ports (1 to 1023) are │
2026-03-29 11:01:15 +02:00
│ │ allowed │
│ │ • registred ports (1024 to 49151)
│ │ are allowed │
│ │ • private ports (greater than 49152)
│ │ are allowed │
2026-05-06 11:25:22 +02:00
│ │ Default: 1080
│ │ Disabled: when the variable "SOCKS │
│ │ proxy address"
│ │ (manual.socks_proxy.address) has the │
│ │ value "null". │
2026-03-29 11:01:15 +02:00
├───────────────────────────────────────┼──────────────────────────────────────┤
manual.socks_proxy.version │ SOCKS host version used by proxy. │
2026-05-06 11:25:22 +02:00
 choice   standard   mandatory    │ Choices: │
disabled  │ • v4 │
2026-03-29 11:01:15 +02:00
│ │ • v5 ← (default) │
2026-05-06 11:25:22 +02:00
│ │ Disabled: when the variable "SOCKS │
│ │ proxy address"
│ │ (manual.socks_proxy.address) has the │
│ │ value "null". │
2026-03-29 11:01:15 +02:00
└───────────────────────────────────────┴──────────────────────────────────────┘
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
auto │ Automatic proxy configuration URL. │
 web address   basic   mandatory    │ Validators: │
disabled  │ • well-known ports (1 to 1023) are │
│ │ allowed │
│ │ • registred ports (1024 to 49151)
│ │ are allowed │
│ │ • type domainname │
│ │ • the domain name can be a hostname │
│ │ Disabled: when the variable │
2026-03-29 12:42:01 +02:00
│ │ "Configure Proxy Access to the │
2026-04-01 17:01:24 +02:00
│ │ Internet" (proxy_mode) hasn't the │
│ │ value "Automatic proxy configuration │
│ │ URL". │
2026-03-29 11:01:15 +02:00
├───────────────────────────────────────┼──────────────────────────────────────┤
no_proxy │ Address for which proxy will be │
2026-05-06 11:25:22 +02:00
 domainname   standard   disabled  │ desactivated. │
2026-03-29 11:01:15 +02:00
│ │ Validators: │
│ │ • type domainname │
│ │ • the domain name can starts by a │
│ │ dot │
│ │ • the domain name can be a hostname │
│ │ • the domain name can be an IP │
│ │ • the domain name can be network in │
│ │ CIDR format │
│ │ Disabled: when the variable │
2026-03-29 12:42:01 +02:00
│ │ "Configure Proxy Access to the │
2026-04-01 17:01:24 +02:00
│ │ Internet" (proxy_mode) has the value │
│ │ "No proxy". │
2026-03-29 11:01:15 +02:00
└───────────────────────────────────────┴──────────────────────────────────────┘
2026-04-30 06:58:12 +02:00