56 lines
5.4 KiB
Bash
56 lines
5.4 KiB
Bash
[1;4;96mNew variables[0m
|
||
|
||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
|
||
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
|
||
│ [1mmanual.https_proxy.address[0m │ Proxy address. │
|
||
│ [1;7m domainname [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mValidators[0m: │
|
||
│ │ • type domainname │
|
||
│ │ • the domain name can be an IP │
|
||
│ │ [1mDefault[0m: the value of the variable │
|
||
│ │ "Proxy address" │
|
||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||
│ [1mmanual.https_proxy.port[0m │ Proxy port. │
|
||
│ [1;7m port [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mValidators[0m: │
|
||
│ │ • well-known ports (1 to 1023) are │
|
||
│ │ allowed │
|
||
│ │ • registred ports (1024 to 49151) │
|
||
│ │ are allowed │
|
||
│ │ • private ports (greater than 49152) │
|
||
│ │ are allowed │
|
||
│ │ [1mDefault[0m: the value of the variable │
|
||
│ │ "Proxy port" │
|
||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||
│ [1mmanual.socks_proxy.address[0m │ Proxy address. │
|
||
│ [1;7m domainname [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mValidators[0m: │
|
||
│ │ • type domainname │
|
||
│ │ • the domain name can be an IP │
|
||
│ │ [1mDefault[0m: the value of the variable │
|
||
│ │ "Proxy address" │
|
||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||
│ [1mmanual.socks_proxy.port[0m │ Proxy port. │
|
||
│ [1;7m port [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mValidators[0m: │
|
||
│ │ • well-known ports (1 to 1023) are │
|
||
│ │ allowed │
|
||
│ │ • registred ports (1024 to 49151) │
|
||
│ │ are allowed │
|
||
│ │ • private ports (greater than 49152) │
|
||
│ │ are allowed │
|
||
│ │ [1mDefault[0m: the value of the variable │
|
||
│ │ "Proxy port" │
|
||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||
│ [1mmanual.socks_proxy.version[0m │ SOCKS host version used by proxy. │
|
||
│ [1;7m choice [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mChoices[0m: │
|
||
│ │ • v4 │
|
||
│ │ • v5 [1m← (default)[0m │
|
||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||
|
||
[1;4;96mDeleted variables[0m
|
||
|
||
|
||
• manual.[3mhttps[0m_proxy.address
|
||
• manual.[3msocks[0m_proxy.address
|
||
• manual.[3mhttps[0m_proxy.port
|
||
• manual.[3msocks[0m_proxy.port
|
||
• manual.[3msocks[0m_proxy.version
|
||
|