[tutorial v1.1_140] Disabled a variable when an other variable are disabled (config and doc)

This commit is contained in:
egarette@silique.fr 2026-05-05 06:54:09 +02:00
parent 7c70e4a04d
commit 2bdd4472cb
6 changed files with 186 additions and 185 deletions

View file

@ -1,5 +0,0 @@
# Modified variable
| Variable | Description |
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **<a id="proxy_dns_socks5" name="proxy_dns_socks5">proxy_dns_socks5</a>**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` <ins>*`disabled`*</ins> | Use proxy DNS when using SOCKS v5.<br/>**Default**: false<br/>**Disabled**: <ins>if "[Configure Proxy Access to the Internet](#proxy_mode)" is not "Manual proxy configuration"<br/>or "[SOCKS host version used by proxy](#manual.socks_proxy.version)" is "v4".</ins> |

136
README.md
View file

@ -1,10 +1,10 @@
- [List of all the tutorial steps](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/branch/1.1/README.md)
- [[Previous tutorial v1.1_131] A boolean variable](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_131/README.md) ([diff](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_132~1..v1.1_132))
- [[Previous tutorial v1.1_132] A Jinja conditional disabled boolean variable](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/README.md) ([diff](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_140~1..v1.1_140))
# [tutorial v1.1_132] A Jinja conditional disabled boolean variable
# [tutorial v1.1_140] Disabled a variable when an other variable are disabled
- [Read the tutorial "A Jinja conditional disabled boolean variable" in the documentation](https://pedago.gwenaelremond.fr/bribes/rougail/tutorial/whatsnext.html#a-jinja-conditional-disabled-boolean-variable)
- [View the changes in the files](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_132~1..v1.1_132)
- [Read the tutorial "Disabled a variable when an other variable are disabled" in the documentation](https://pedago.gwenaelremond.fr/bribes/rougail/tutorial/whatsnext.html#disabled-a-variable-when-an-other-variable-are-disabled)
- [View the changes in the files](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_140~1..v1.1_140)
## Screenshot
@ -26,24 +26,24 @@ pip install rougail-cli rougail-output-exporter rougail-output-doc rougail-user-
Then switch to the tutorial page:
```shell
git switch --detach v1.1_132
git switch --detach v1.1_140
```
## Structure
<p>
<a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./">.</a><br/>
├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./firefox/">firefox</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./firefox/00-proxy.yml">00-proxy.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./firefox/10-manual.yml">10-manual.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./firefox/20-manual.yml">20-manual.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./firefox/30-auto.yml">30-auto.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./firefox/40-no_proxy.yml">40-no_proxy.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./firefox/50-prompt_authentication.yml">50-prompt_authentication.yml</a><br/>
│   └── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./firefox/55-proxy_dns_socks5.yml">55-proxy_dns_socks5.yml</a><br/>
└── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./types/">types</a><br/>
    └── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./types/proxy/">proxy</a><br/>
        └── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./types/proxy/00-type.yml">00-type.yml</a><br/>
<a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_140/./">.</a><br/>
├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_140/./firefox/">firefox</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_140/./firefox/00-proxy.yml">00-proxy.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_140/./firefox/10-manual.yml">10-manual.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_140/./firefox/20-manual.yml">20-manual.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_140/./firefox/30-auto.yml">30-auto.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_140/./firefox/40-no_proxy.yml">40-no_proxy.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_140/./firefox/50-prompt_authentication.yml">50-prompt_authentication.yml</a><br/>
│   └── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_140/./firefox/55-proxy_dns_socks5.yml">55-proxy_dns_socks5.yml</a><br/>
└── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_140/./types/">types</a><br/>
    └── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_140/./types/proxy/">proxy</a><br/>
        └── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_140/./types/proxy/00-type.yml">00-type.yml</a><br/>
<br/><br/></p>
Contents of the firefox/55-proxy_dns_socks5.yml file
@ -58,7 +58,7 @@ proxy_dns_socks5:
default: false
disabled:
jinja: |-
{{ _.proxy_mode != "Manual proxy configuration" or _.manual.socks_proxy.version == 'v4' }}
{{ _.manual.socks_proxy.version is propertyerror or _.manual.socks_proxy.version == 'v4' }}
return_type: boolean
description: |-
if "_.proxy_mode" is not "Manual proxy configuration"
@ -76,14 +76,6 @@ rougail -m firefox/ --types types/proxy -o doc
[View the documentation file](DOCUMENTATION.md)
***
### Let's generate the changelog
```shell
rougail -m firefox/ --types types/proxy -o doc --doc.contents changelog --doc.changelog.previous_json_file previous.yml
```
[View the changelog file](CHANGELOG.md)
***
## User datas
@ -131,11 +123,29 @@ manual:
```shell
rougail -m firefox/ --types types/proxy -u yaml -yf config/02/config.yml
```
> [!CAUTION]
>
> - proxy_dns_socks5 (Use proxy DNS when using SOCKS v5)
> - <span style='color: #EFBF04'>:bell: unexpected error "cannot access to option "version" (SOCKS host version used by proxy) because has property "disabled"" in function "jinja_to_property" with arguments "['disabled', 'if "_.proxy_mode" is not "Manual proxy configuration"\nor "_.manual.socks_proxy.version" is "v4"']" and "{'__internal_jinja': 'disabled_proxy_dns_socks5', '__internal_type': 'boolean', '__internal_multi': False, '__internal_files': ['firefox/55-proxy_dns_socks5.yml'], '__internal_attribute': 'disabled', '__internal_variable': 'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': 'Manual proxy configuration', '_.manual.socks_proxy.version': PropertiesOptionError(None)}" for option "proxy_dns_socks5" (Use proxy DNS when using SOCKS v5) in "firefox/55-proxy_dns_socks5.yml", it will be ignored</span>
> - <span style='color: #C23636'>:stop_sign: unexpected error "cannot access to option "version" (SOCKS host version used by proxy) because has property "disabled"" in function "jinja_to_property" with arguments "['disabled', 'if "_.proxy_mode" is not "Manual proxy configuration"\nor "_.manual.socks_proxy.version" is "v4"']" and "{'__internal_jinja': 'disabled_proxy_dns_socks5', '__internal_type': 'boolean', '__internal_multi': False, '__internal_files': ['firefox/55-proxy_dns_socks5.yml'], '__internal_attribute': 'disabled', '__internal_variable': 'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': 'Manual proxy configuration', '_.manual.socks_proxy.version': PropertiesOptionError(None)}" for option "proxy_dns_socks5" (Use proxy DNS when using SOCKS v5) in "firefox/55-proxy_dns_socks5.yml"</span>
> [!NOTE]
>
> **Caption:**
> - Variable
> - <span style="color: #A52A2A">Unmodifiable variable</span>
> - <span style="color: #B8860B">Default value</span>
> - <span style="color: #006400">Modified value</span>
> - (:hourglass_flowing_sand: Original default value)
Variables:
- :notebook: proxy_mode (Configure Proxy Access to the Internet): <span style="color: #006400">Manual proxy configuration</span> ← loaded from the YAML file "config/02/config.yml" (:hourglass_flowing_sand: No proxy)
- :open_file_folder: manual (Manual proxy configuration)
- :open_file_folder: http_proxy (HTTP Proxy)
- :notebook: address (HTTP proxy address): <span style="color: #006400">http.proxy.net</span> ← loaded from the YAML file "config/02/config.yml"
- :notebook: port (HTTP proxy port): <span style="color: #B8860B">8080</span>
- :notebook: use_for_https (Also use this proxy for HTTPS): <span style="color: #B8860B">true</span>
- :open_file_folder: <span style="color: #A52A2A">https_proxy (HTTPS Proxy)</span>
- :notebook: <span style="color: #A52A2A">address (HTTPS proxy address)</span>: <span style="color: #B8860B">http.proxy.net</span>
- :notebook: <span style="color: #A52A2A">port (HTTPS proxy port)</span>: <span style="color: #B8860B">8080</span>
- :open_file_folder: socks_proxy (SOCKS Proxy)
- :notebook: address (SOCKS proxy address): <span style="color: #B8860B">null</span>
- :notebook: no_proxy (Address for which proxy will be desactivated): <span style="color: #B8860B">[]</span>
- :notebook: prompt_authentication (Prompt for authentication if password is saved): <span style="color: #B8860B">true</span>
***
### Example 3
@ -158,13 +168,33 @@ proxy_dns_socks5: true
```shell
rougail -m firefox/ --types types/proxy -u yaml -yf config/03/config.yml
```
> [!CAUTION]
> [!WARNING]
>
> - proxy_dns_socks5 (Use proxy DNS when using SOCKS v5)
> - <span style='color: #EFBF04'>:bell: unexpected error "cannot access to option "version" (SOCKS host version used by proxy) because has property "disabled"" in function "jinja_to_property" with arguments "['disabled', 'if "_.proxy_mode" is not "Manual proxy configuration"\nor "_.manual.socks_proxy.version" is "v4"']" and "{'__internal_jinja': 'disabled_proxy_dns_socks5', '__internal_type': 'boolean', '__internal_multi': False, '__internal_files': ['firefox/55-proxy_dns_socks5.yml'], '__internal_attribute': 'disabled', '__internal_variable': 'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': 'Manual proxy configuration', '_.manual.socks_proxy.version': PropertiesOptionError(None)}" for option "proxy_dns_socks5" (Use proxy DNS when using SOCKS v5) in "firefox/55-proxy_dns_socks5.yml", it will be ignored</span>
> - <span style='color: #EFBF04'>:bell: unexpected error "cannot access to option "version" (SOCKS host version used by proxy) because has property "disabled"" in function "jinja_to_property" with arguments "['disabled', 'if "_.proxy_mode" is not "Manual proxy configuration"\nor "_.manual.socks_proxy.version" is "v4"']" and "{'__internal_jinja': 'disabled_proxy_dns_socks5', '__internal_type': 'boolean', '__internal_multi': False, '__internal_files': ['firefox/55-proxy_dns_socks5.yml'], '__internal_attribute': 'disabled', '__internal_variable': 'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': 'Manual proxy configuration', '_.manual.socks_proxy.version': PropertiesOptionError(None)}" for option "proxy_dns_socks5" (Use proxy DNS when using SOCKS v5) in "firefox/55-proxy_dns_socks5.yml", it will be ignored</span>
> - <span style='color: #EFBF04'>:bell: unexpected error "cannot access to option "version" (SOCKS host version used by proxy) because has property "disabled"" in function "jinja_to_property" with arguments "['disabled', 'if "_.proxy_mode" is not "Manual proxy configuration"\nor "_.manual.socks_proxy.version" is "v4"']" and "{'__internal_jinja': 'disabled_proxy_dns_socks5', '__internal_type': 'boolean', '__internal_multi': False, '__internal_files': ['firefox/55-proxy_dns_socks5.yml'], '__internal_attribute': 'disabled', '__internal_variable': 'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': 'Manual proxy configuration', '_.manual.socks_proxy.version': PropertiesOptionError(None)}" for option "proxy_dns_socks5" (Use proxy DNS when using SOCKS v5) in "firefox/55-proxy_dns_socks5.yml", it will be ignored when loading from the YAML file "config/03/config.yml"</span>
> - <span style='color: #C23636'>:stop_sign: unexpected error "cannot access to option "version" (SOCKS host version used by proxy) because has property "disabled"" in function "jinja_to_property" with arguments "['disabled', 'if "_.proxy_mode" is not "Manual proxy configuration"\nor "_.manual.socks_proxy.version" is "v4"']" and "{'__internal_jinja': 'disabled_proxy_dns_socks5', '__internal_type': 'boolean', '__internal_multi': False, '__internal_files': ['firefox/55-proxy_dns_socks5.yml'], '__internal_attribute': 'disabled', '__internal_variable': 'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': 'Manual proxy configuration', '_.manual.socks_proxy.version': PropertiesOptionError(None)}" for option "proxy_dns_socks5" (Use proxy DNS when using SOCKS v5) in "firefox/55-proxy_dns_socks5.yml"</span>
> - proxy_dns_socks5 (Use proxy DNS when using SOCKS v5): :bell: <span style="color: #EFBF04">variable has property disabled, it will be ignored when loading from the YAML file "config/03/config.yml"</span>
> [!NOTE]
>
> **Caption:**
> - Variable
> - <span style="color: #A52A2A">Unmodifiable variable</span>
> - <span style="color: #B8860B">Default value</span>
> - <span style="color: #006400">Modified value</span>
> - (:hourglass_flowing_sand: Original default value)
Variables:
- :notebook: proxy_mode (Configure Proxy Access to the Internet): <span style="color: #006400">Manual proxy configuration</span> ← loaded from the YAML file "config/03/config.yml" (:hourglass_flowing_sand: No proxy)
- :open_file_folder: manual (Manual proxy configuration)
- :open_file_folder: http_proxy (HTTP Proxy)
- :notebook: address (HTTP proxy address): <span style="color: #006400">http.proxy.net</span> ← loaded from the YAML file "config/03/config.yml"
- :notebook: port (HTTP proxy port): <span style="color: #B8860B">8080</span>
- :notebook: use_for_https (Also use this proxy for HTTPS): <span style="color: #B8860B">true</span>
- :open_file_folder: <span style="color: #A52A2A">https_proxy (HTTPS Proxy)</span>
- :notebook: <span style="color: #A52A2A">address (HTTPS proxy address)</span>: <span style="color: #B8860B">http.proxy.net</span>
- :notebook: <span style="color: #A52A2A">port (HTTPS proxy port)</span>: <span style="color: #B8860B">8080</span>
- :open_file_folder: socks_proxy (SOCKS Proxy)
- :notebook: address (SOCKS proxy address): <span style="color: #B8860B">null</span>
- :notebook: no_proxy (Address for which proxy will be desactivated): <span style="color: #B8860B">[]</span>
- :notebook: prompt_authentication (Prompt for authentication if password is saved): <span style="color: #B8860B">true</span>
***
### Example 4
@ -188,17 +218,37 @@ manual:
```shell
rougail -m firefox/ --types types/proxy -u yaml -yf config/04/config.yml
```
> [!CAUTION]
> [!WARNING]
>
> - proxy_dns_socks5 (Use proxy DNS when using SOCKS v5)
> - <span style='color: #EFBF04'>:bell: unexpected error "cannot access to option "version" (SOCKS host version used by proxy) because has property "disabled"" in function "jinja_to_property" with arguments "['disabled', 'if "_.proxy_mode" is not "Manual proxy configuration"\nor "_.manual.socks_proxy.version" is "v4"']" and "{'__internal_jinja': 'disabled_proxy_dns_socks5', '__internal_type': 'boolean', '__internal_multi': False, '__internal_files': ['firefox/55-proxy_dns_socks5.yml'], '__internal_attribute': 'disabled', '__internal_variable': 'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': 'Manual proxy configuration', '_.manual.socks_proxy.version': PropertiesOptionError(None)}" for option "proxy_dns_socks5" (Use proxy DNS when using SOCKS v5) in "firefox/55-proxy_dns_socks5.yml", it will be ignored</span>
> - <span style='color: #EFBF04'>:bell: unexpected error "cannot access to option "version" (SOCKS host version used by proxy) because has property "disabled"" in function "jinja_to_property" with arguments "['disabled', 'if "_.proxy_mode" is not "Manual proxy configuration"\nor "_.manual.socks_proxy.version" is "v4"']" and "{'__internal_jinja': 'disabled_proxy_dns_socks5', '__internal_type': 'boolean', '__internal_multi': False, '__internal_files': ['firefox/55-proxy_dns_socks5.yml'], '__internal_attribute': 'disabled', '__internal_variable': 'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': 'Manual proxy configuration', '_.manual.socks_proxy.version': PropertiesOptionError(None)}" for option "proxy_dns_socks5" (Use proxy DNS when using SOCKS v5) in "firefox/55-proxy_dns_socks5.yml", it will be ignored</span>
> - <span style='color: #C23636'>:stop_sign: unexpected error "cannot access to option "version" (SOCKS host version used by proxy) because has property "disabled"" in function "jinja_to_property" with arguments "['disabled', 'if "_.proxy_mode" is not "Manual proxy configuration"\nor "_.manual.socks_proxy.version" is "v4"']" and "{'__internal_jinja': 'disabled_proxy_dns_socks5', '__internal_type': 'boolean', '__internal_multi': False, '__internal_files': ['firefox/55-proxy_dns_socks5.yml'], '__internal_attribute': 'disabled', '__internal_variable': 'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': 'Manual proxy configuration', '_.manual.socks_proxy.version': PropertiesOptionError(None)}" for option "proxy_dns_socks5" (Use proxy DNS when using SOCKS v5) in "firefox/55-proxy_dns_socks5.yml"</span>
> - manual (Manual proxy configuration)
> - socks_proxy (SOCKS Proxy)
> - version (SOCKS host version used by proxy): :bell: <span style="color: #EFBF04">variable has property disabled, it will be ignored when loading from the YAML file "config/04/config.yml"</span>
> [!NOTE]
>
> **Caption:**
> - Variable
> - <span style="color: #A52A2A">Unmodifiable variable</span>
> - <span style="color: #B8860B">Default value</span>
> - <span style="color: #006400">Modified value</span>
> - (:hourglass_flowing_sand: Original default value)
Variables:
- :notebook: proxy_mode (Configure Proxy Access to the Internet): <span style="color: #006400">Manual proxy configuration</span> ← loaded from the YAML file "config/04/config.yml" (:hourglass_flowing_sand: No proxy)
- :open_file_folder: manual (Manual proxy configuration)
- :open_file_folder: http_proxy (HTTP Proxy)
- :notebook: address (HTTP proxy address): <span style="color: #006400">http.proxy.net</span> ← loaded from the YAML file "config/04/config.yml"
- :notebook: port (HTTP proxy port): <span style="color: #B8860B">8080</span>
- :notebook: use_for_https (Also use this proxy for HTTPS): <span style="color: #B8860B">true</span>
- :open_file_folder: <span style="color: #A52A2A">https_proxy (HTTPS Proxy)</span>
- :notebook: <span style="color: #A52A2A">address (HTTPS proxy address)</span>: <span style="color: #B8860B">http.proxy.net</span>
- :notebook: <span style="color: #A52A2A">port (HTTPS proxy port)</span>: <span style="color: #B8860B">8080</span>
- :open_file_folder: socks_proxy (SOCKS Proxy)
- :notebook: address (SOCKS proxy address): <span style="color: #B8860B">null</span>
- :notebook: no_proxy (Address for which proxy will be desactivated): <span style="color: #B8860B">[]</span>
- :notebook: prompt_authentication (Prompt for authentication if password is saved): <span style="color: #B8860B">true</span>
***
- [[Next tutorial v1.1_140] Disabled a variable when an other variable are disabled](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_140/README.md) ([diff](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_140~1..v1.1_140))
- [[Next tutorial v1.1_150] A variable in avanced mode](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_150/README.md) ([diff](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_150~1..v1.1_150))

View file

@ -1,28 +1,24 @@
<pre><span style="font-weight: bold; color: #ff0000">🛑 Caution</span>
<span style="color: #ff0000">┗━━ </span>proxy_dns_socks5 (Use proxy DNS when using SOCKS v5)
<span style="color: #ff0000"> </span><span style="color: #ff0000">┣━━ </span><span style="color: #ffff00">🔔 unexpected error "cannot access to option "version" (SOCKS host </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">version used by proxy) because has property "disabled"" in function </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">"jinja_to_property" with arguments "['disabled', 'if "_.proxy_mode" is </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">not "Manual proxy configuration"\nor "_.manual.socks_proxy.version" is </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">"v4"']" and "{'__internal_jinja': 'disabled_proxy_dns_socks5', </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'__internal_type': 'boolean', '__internal_multi': False, </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'__internal_files': ['firefox/55-proxy_dns_socks5.yml'], </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'__internal_attribute': 'disabled', '__internal_variable': </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'Manual proxy configuration', '_.manual.socks_proxy.version': </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">PropertiesOptionError(None)}" for option "proxy_dns_socks5" (Use proxy </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">DNS when using SOCKS v5) in "firefox/55-proxy_dns_socks5.yml", it will </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">be ignored</span>
<span style="color: #ff0000"> </span><span style="color: #ff0000">┗━━ </span><span style="color: #ff0000">🛑 unexpected error "cannot access to option "version" (SOCKS host </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">version used by proxy) because has property "disabled"" in function </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">"jinja_to_property" with arguments "['disabled', 'if "_.proxy_mode" is </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">not "Manual proxy configuration"\nor "_.manual.socks_proxy.version" is </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">"v4"']" and "{'__internal_jinja': 'disabled_proxy_dns_socks5', </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">'__internal_type': 'boolean', '__internal_multi': False, </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">'__internal_files': ['firefox/55-proxy_dns_socks5.yml'], </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">'__internal_attribute': 'disabled', '__internal_variable': </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">'Manual proxy configuration', '_.manual.socks_proxy.version': </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">PropertiesOptionError(None)}" for option "proxy_dns_socks5" (Use proxy </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">DNS when using SOCKS v5) in "firefox/55-proxy_dns_socks5.yml"</span>
<pre>╭───────────────────── Caption ─────────────────────╮
│ Variable <span style="color: #ffd700">Default value</span>
<span style="color: #ffaf00">Unmodifiable variable</span> <span style="color: #00aa00">Modified value</span>
│ (⏳ Original default value) │
╰───────────────────────────────────────────────────╯
Variables:
<span style="color: #5c5cff">┣━━ </span>📓 proxy_mode (Configure Proxy Access to the Internet): <span style="color: #00aa00">Manual proxy </span>
<span style="color: #5c5cff"></span><span style="color: #00aa00">configuration</span> ◀ loaded from the YAML file "config/02/config.yml" (⏳ No
<span style="color: #5c5cff"></span>proxy)
<span style="color: #5c5cff">┣━━ </span>📂 manual (Manual proxy configuration)
<span style="color: #5c5cff"></span><span style="color: #5c5cff">┣━━ </span>📂 http_proxy (HTTP Proxy)
<span style="color: #5c5cff"></span><span style="color: #5c5cff"></span><span style="color: #5c5cff">┣━━ </span>📓 address (HTTP proxy address): <span style="color: #00aa00">http.proxy.net</span> ◀ loaded from the
<span style="color: #5c5cff"></span><span style="color: #5c5cff"></span><span style="color: #5c5cff"></span>YAML file "config/02/config.yml"
<span style="color: #5c5cff"></span><span style="color: #5c5cff"></span><span style="color: #5c5cff">┗━━ </span>📓 port (HTTP proxy port): <span style="color: #ffd700">8080</span>
<span style="color: #5c5cff"></span><span style="color: #5c5cff">┣━━ </span>📓 use_for_https (Also use this proxy for HTTPS): <span style="color: #ffd700">true</span>
<span style="color: #5c5cff"></span><span style="color: #5c5cff">┣━━ </span>📂 <span style="color: #ffaf00">https_proxy (HTTPS Proxy)</span>
<span style="color: #5c5cff"></span><span style="color: #5c5cff"></span><span style="color: #5c5cff">┣━━ </span>📓 <span style="color: #ffaf00">address (HTTPS proxy address)</span>: <span style="color: #ffd700">http.proxy.net</span>
<span style="color: #5c5cff"></span><span style="color: #5c5cff"></span><span style="color: #5c5cff">┗━━ </span>📓 <span style="color: #ffaf00">port (HTTPS proxy port)</span>: <span style="color: #ffd700">8080</span>
<span style="color: #5c5cff"></span><span style="color: #5c5cff">┗━━ </span>📂 socks_proxy (SOCKS Proxy)
<span style="color: #5c5cff"></span><span style="color: #5c5cff"> </span><span style="color: #5c5cff">┗━━ </span>📓 address (SOCKS proxy address): <span style="color: #ffd700">null</span>
<span style="color: #5c5cff">┣━━ </span>📓 no_proxy (Address for which proxy will be desactivated): <span style="color: #ffd700">[]</span>
<span style="color: #5c5cff">┗━━ </span>📓 prompt_authentication (Prompt for authentication if password is saved):
<span style="color: #5c5cff"> </span><span style="color: #ffd700">true</span>
</pre>

View file

@ -1,54 +1,29 @@
<pre><span style="font-weight: bold; color: #ff0000">🛑 Caution</span>
<span style="color: #ff0000">┗━━ </span>proxy_dns_socks5 (Use proxy DNS when using SOCKS v5)
<span style="color: #ff0000"> </span><span style="color: #ff0000">┣━━ </span><span style="color: #ffff00">🔔 unexpected error "cannot access to option "version" (SOCKS host </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">version used by proxy) because has property "disabled"" in function </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">"jinja_to_property" with arguments "['disabled', 'if "_.proxy_mode" is </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">not "Manual proxy configuration"\nor "_.manual.socks_proxy.version" is </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">"v4"']" and "{'__internal_jinja': 'disabled_proxy_dns_socks5', </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'__internal_type': 'boolean', '__internal_multi': False, </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'__internal_files': ['firefox/55-proxy_dns_socks5.yml'], </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'__internal_attribute': 'disabled', '__internal_variable': </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'Manual proxy configuration', '_.manual.socks_proxy.version': </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">PropertiesOptionError(None)}" for option "proxy_dns_socks5" (Use proxy </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">DNS when using SOCKS v5) in "firefox/55-proxy_dns_socks5.yml", it will </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">be ignored</span>
<span style="color: #ff0000"> </span><span style="color: #ff0000">┣━━ </span><span style="color: #ffff00">🔔 unexpected error "cannot access to option "version" (SOCKS host </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">version used by proxy) because has property "disabled"" in function </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">"jinja_to_property" with arguments "['disabled', 'if "_.proxy_mode" is </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">not "Manual proxy configuration"\nor "_.manual.socks_proxy.version" is </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">"v4"']" and "{'__internal_jinja': 'disabled_proxy_dns_socks5', </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'__internal_type': 'boolean', '__internal_multi': False, </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'__internal_files': ['firefox/55-proxy_dns_socks5.yml'], </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'__internal_attribute': 'disabled', '__internal_variable': </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'Manual proxy configuration', '_.manual.socks_proxy.version': </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">PropertiesOptionError(None)}" for option "proxy_dns_socks5" (Use proxy </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">DNS when using SOCKS v5) in "firefox/55-proxy_dns_socks5.yml", it will </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">be ignored</span>
<span style="color: #ff0000"> </span><span style="color: #ff0000">┣━━ </span><span style="color: #ffff00">🔔 unexpected error "cannot access to option "version" (SOCKS host </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">version used by proxy) because has property "disabled"" in function </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">"jinja_to_property" with arguments "['disabled', 'if "_.proxy_mode" is </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">not "Manual proxy configuration"\nor "_.manual.socks_proxy.version" is </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">"v4"']" and "{'__internal_jinja': 'disabled_proxy_dns_socks5', </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'__internal_type': 'boolean', '__internal_multi': False, </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'__internal_files': ['firefox/55-proxy_dns_socks5.yml'], </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'__internal_attribute': 'disabled', '__internal_variable': </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'Manual proxy configuration', '_.manual.socks_proxy.version': </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">PropertiesOptionError(None)}" for option "proxy_dns_socks5" (Use proxy </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">DNS when using SOCKS v5) in "firefox/55-proxy_dns_socks5.yml", it will </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">be ignored when loading from the YAML file "config/03/config.yml"</span>
<span style="color: #ff0000"> </span><span style="color: #ff0000">┗━━ </span><span style="color: #ff0000">🛑 unexpected error "cannot access to option "version" (SOCKS host </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">version used by proxy) because has property "disabled"" in function </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">"jinja_to_property" with arguments "['disabled', 'if "_.proxy_mode" is </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">not "Manual proxy configuration"\nor "_.manual.socks_proxy.version" is </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">"v4"']" and "{'__internal_jinja': 'disabled_proxy_dns_socks5', </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">'__internal_type': 'boolean', '__internal_multi': False, </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">'__internal_files': ['firefox/55-proxy_dns_socks5.yml'], </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">'__internal_attribute': 'disabled', '__internal_variable': </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">'Manual proxy configuration', '_.manual.socks_proxy.version': </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">PropertiesOptionError(None)}" for option "proxy_dns_socks5" (Use proxy </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">DNS when using SOCKS v5) in "firefox/55-proxy_dns_socks5.yml"</span>
<pre><span style="font-weight: bold; color: #ffff00">🔔 Warning</span>
<span style="color: #ffff00">┗━━ </span>proxy_dns_socks5 (Use proxy DNS when using SOCKS v5): <span style="color: #ffff00">🔔 variable has </span>
<span style="color: #ffff00"> </span><span style="color: #ffff00">property disabled, it will be ignored when loading from the YAML file </span>
<span style="color: #ffff00"> </span><span style="color: #ffff00">"config/03/config.yml"</span>
╭───────────────────── Caption ─────────────────────╮
│ Variable <span style="color: #ffd700">Default value</span>
<span style="color: #ffaf00">Unmodifiable variable</span> <span style="color: #00aa00">Modified value</span>
│ (⏳ Original default value) │
╰───────────────────────────────────────────────────╯
Variables:
<span style="color: #5c5cff">┣━━ </span>📓 proxy_mode (Configure Proxy Access to the Internet): <span style="color: #00aa00">Manual proxy </span>
<span style="color: #5c5cff"></span><span style="color: #00aa00">configuration</span> ◀ loaded from the YAML file "config/03/config.yml" (⏳ No
<span style="color: #5c5cff"></span>proxy)
<span style="color: #5c5cff">┣━━ </span>📂 manual (Manual proxy configuration)
<span style="color: #5c5cff"></span><span style="color: #5c5cff">┣━━ </span>📂 http_proxy (HTTP Proxy)
<span style="color: #5c5cff"></span><span style="color: #5c5cff"></span><span style="color: #5c5cff">┣━━ </span>📓 address (HTTP proxy address): <span style="color: #00aa00">http.proxy.net</span> ◀ loaded from the
<span style="color: #5c5cff"></span><span style="color: #5c5cff"></span><span style="color: #5c5cff"></span>YAML file "config/03/config.yml"
<span style="color: #5c5cff"></span><span style="color: #5c5cff"></span><span style="color: #5c5cff">┗━━ </span>📓 port (HTTP proxy port): <span style="color: #ffd700">8080</span>
<span style="color: #5c5cff"></span><span style="color: #5c5cff">┣━━ </span>📓 use_for_https (Also use this proxy for HTTPS): <span style="color: #ffd700">true</span>
<span style="color: #5c5cff"></span><span style="color: #5c5cff">┣━━ </span>📂 <span style="color: #ffaf00">https_proxy (HTTPS Proxy)</span>
<span style="color: #5c5cff"></span><span style="color: #5c5cff"></span><span style="color: #5c5cff">┣━━ </span>📓 <span style="color: #ffaf00">address (HTTPS proxy address)</span>: <span style="color: #ffd700">http.proxy.net</span>
<span style="color: #5c5cff"></span><span style="color: #5c5cff"></span><span style="color: #5c5cff">┗━━ </span>📓 <span style="color: #ffaf00">port (HTTPS proxy port)</span>: <span style="color: #ffd700">8080</span>
<span style="color: #5c5cff"></span><span style="color: #5c5cff">┗━━ </span>📂 socks_proxy (SOCKS Proxy)
<span style="color: #5c5cff"></span><span style="color: #5c5cff"> </span><span style="color: #5c5cff">┗━━ </span>📓 address (SOCKS proxy address): <span style="color: #ffd700">null</span>
<span style="color: #5c5cff">┣━━ </span>📓 no_proxy (Address for which proxy will be desactivated): <span style="color: #ffd700">[]</span>
<span style="color: #5c5cff">┗━━ </span>📓 prompt_authentication (Prompt for authentication if password is saved):
<span style="color: #5c5cff"> </span><span style="color: #ffd700">true</span>
</pre>

View file

@ -1,46 +1,31 @@
<pre><span style="font-weight: bold; color: #ff0000">🛑 Caution</span>
<span style="color: #ff0000">┣━━ </span>proxy_dns_socks5 (Use proxy DNS when using SOCKS v5)
<span style="color: #ff0000"></span><span style="color: #ff0000">┣━━ </span><span style="color: #ffff00">🔔 unexpected error "cannot access to option "version" (SOCKS host </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">version used by proxy) because has property "disabled"" in function </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">"jinja_to_property" with arguments "['disabled', 'if "_.proxy_mode" is </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">not "Manual proxy configuration"\nor "_.manual.socks_proxy.version" is </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">"v4"']" and "{'__internal_jinja': 'disabled_proxy_dns_socks5', </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">'__internal_type': 'boolean', '__internal_multi': False, </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">'__internal_files': ['firefox/55-proxy_dns_socks5.yml'], </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">'__internal_attribute': 'disabled', '__internal_variable': </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">'Manual proxy configuration', '_.manual.socks_proxy.version': </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">PropertiesOptionError(None)}" for option "proxy_dns_socks5" (Use proxy </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">DNS when using SOCKS v5) in "firefox/55-proxy_dns_socks5.yml", it will </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">be ignored</span>
<span style="color: #ff0000"></span><span style="color: #ff0000">┣━━ </span><span style="color: #ffff00">🔔 unexpected error "cannot access to option "version" (SOCKS host </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">version used by proxy) because has property "disabled"" in function </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">"jinja_to_property" with arguments "['disabled', 'if "_.proxy_mode" is </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">not "Manual proxy configuration"\nor "_.manual.socks_proxy.version" is </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">"v4"']" and "{'__internal_jinja': 'disabled_proxy_dns_socks5', </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">'__internal_type': 'boolean', '__internal_multi': False, </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">'__internal_files': ['firefox/55-proxy_dns_socks5.yml'], </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">'__internal_attribute': 'disabled', '__internal_variable': </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">'Manual proxy configuration', '_.manual.socks_proxy.version': </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">PropertiesOptionError(None)}" for option "proxy_dns_socks5" (Use proxy </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">DNS when using SOCKS v5) in "firefox/55-proxy_dns_socks5.yml", it will </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">be ignored</span>
<span style="color: #ff0000"></span><span style="color: #ff0000">┗━━ </span><span style="color: #ff0000">🛑 unexpected error "cannot access to option "version" (SOCKS host </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"> </span><span style="color: #ff0000">version used by proxy) because has property "disabled"" in function </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"> </span><span style="color: #ff0000">"jinja_to_property" with arguments "['disabled', 'if "_.proxy_mode" is </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"> </span><span style="color: #ff0000">not "Manual proxy configuration"\nor "_.manual.socks_proxy.version" is </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"> </span><span style="color: #ff0000">"v4"']" and "{'__internal_jinja': 'disabled_proxy_dns_socks5', </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"> </span><span style="color: #ff0000">'__internal_type': 'boolean', '__internal_multi': False, </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"> </span><span style="color: #ff0000">'__internal_files': ['firefox/55-proxy_dns_socks5.yml'], </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"> </span><span style="color: #ff0000">'__internal_attribute': 'disabled', '__internal_variable': </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"> </span><span style="color: #ff0000">'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"> </span><span style="color: #ff0000">'Manual proxy configuration', '_.manual.socks_proxy.version': </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"> </span><span style="color: #ff0000">PropertiesOptionError(None)}" for option "proxy_dns_socks5" (Use proxy </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"> </span><span style="color: #ff0000">DNS when using SOCKS v5) in "firefox/55-proxy_dns_socks5.yml"</span>
<span style="color: #ff0000">┗━━ </span>manual (Manual proxy configuration)
<span style="color: #ff0000"> </span><span style="color: #ff0000">┗━━ </span>socks_proxy (SOCKS Proxy)
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ffff00">┗━━ </span>version (SOCKS host version used by proxy): <span style="color: #ffff00">🔔 variable has property</span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ffff00"> </span><span style="color: #ffff00">disabled, it will be ignored when loading from the YAML file </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ffff00"> </span><span style="color: #ffff00">"config/04/config.yml"</span>
<pre><span style="font-weight: bold; color: #ffff00">🔔 Warning</span>
<span style="color: #ffff00">┗━━ </span>manual (Manual proxy configuration)
<span style="color: #ffff00"> </span><span style="color: #ffff00">┗━━ </span>socks_proxy (SOCKS Proxy)
<span style="color: #ffff00"> </span><span style="color: #ffff00"> </span><span style="color: #ffff00">┗━━ </span>version (SOCKS host version used by proxy): <span style="color: #ffff00">🔔 variable has property</span>
<span style="color: #ffff00"> </span><span style="color: #ffff00"> </span><span style="color: #ffff00"> </span><span style="color: #ffff00">disabled, it will be ignored when loading from the YAML file </span>
<span style="color: #ffff00"> </span><span style="color: #ffff00"> </span><span style="color: #ffff00"> </span><span style="color: #ffff00">"config/04/config.yml"</span>
╭───────────────────── Caption ─────────────────────╮
│ Variable <span style="color: #ffd700">Default value</span>
<span style="color: #ffaf00">Unmodifiable variable</span> <span style="color: #00aa00">Modified value</span>
│ (⏳ Original default value) │
╰───────────────────────────────────────────────────╯
Variables:
<span style="color: #5c5cff">┣━━ </span>📓 proxy_mode (Configure Proxy Access to the Internet): <span style="color: #00aa00">Manual proxy </span>
<span style="color: #5c5cff"></span><span style="color: #00aa00">configuration</span> ◀ loaded from the YAML file "config/04/config.yml" (⏳ No
<span style="color: #5c5cff"></span>proxy)
<span style="color: #5c5cff">┣━━ </span>📂 manual (Manual proxy configuration)
<span style="color: #5c5cff"></span><span style="color: #5c5cff">┣━━ </span>📂 http_proxy (HTTP Proxy)
<span style="color: #5c5cff"></span><span style="color: #5c5cff"></span><span style="color: #5c5cff">┣━━ </span>📓 address (HTTP proxy address): <span style="color: #00aa00">http.proxy.net</span> ◀ loaded from the
<span style="color: #5c5cff"></span><span style="color: #5c5cff"></span><span style="color: #5c5cff"></span>YAML file "config/04/config.yml"
<span style="color: #5c5cff"></span><span style="color: #5c5cff"></span><span style="color: #5c5cff">┗━━ </span>📓 port (HTTP proxy port): <span style="color: #ffd700">8080</span>
<span style="color: #5c5cff"></span><span style="color: #5c5cff">┣━━ </span>📓 use_for_https (Also use this proxy for HTTPS): <span style="color: #ffd700">true</span>
<span style="color: #5c5cff"></span><span style="color: #5c5cff">┣━━ </span>📂 <span style="color: #ffaf00">https_proxy (HTTPS Proxy)</span>
<span style="color: #5c5cff"></span><span style="color: #5c5cff"></span><span style="color: #5c5cff">┣━━ </span>📓 <span style="color: #ffaf00">address (HTTPS proxy address)</span>: <span style="color: #ffd700">http.proxy.net</span>
<span style="color: #5c5cff"></span><span style="color: #5c5cff"></span><span style="color: #5c5cff">┗━━ </span>📓 <span style="color: #ffaf00">port (HTTPS proxy port)</span>: <span style="color: #ffd700">8080</span>
<span style="color: #5c5cff"></span><span style="color: #5c5cff">┗━━ </span>📂 socks_proxy (SOCKS Proxy)
<span style="color: #5c5cff"></span><span style="color: #5c5cff"> </span><span style="color: #5c5cff">┗━━ </span>📓 address (SOCKS proxy address): <span style="color: #ffd700">null</span>
<span style="color: #5c5cff">┣━━ </span>📓 no_proxy (Address for which proxy will be desactivated): <span style="color: #ffd700">[]</span>
<span style="color: #5c5cff">┗━━ </span>📓 prompt_authentication (Prompt for authentication if password is saved):
<span style="color: #5c5cff"> </span><span style="color: #ffd700">true</span>
</pre>

View file

@ -1,14 +1,14 @@
<p>
<a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./">.</a><br/>
├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./firefox/">firefox</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./firefox/00-proxy.yml">00-proxy.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./firefox/10-manual.yml">10-manual.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./firefox/20-manual.yml">20-manual.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./firefox/30-auto.yml">30-auto.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./firefox/40-no_proxy.yml">40-no_proxy.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./firefox/50-prompt_authentication.yml">50-prompt_authentication.yml</a><br/>
│   └── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./firefox/55-proxy_dns_socks5.yml">55-proxy_dns_socks5.yml</a><br/>
└── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./types/">types</a><br/>
    └── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./types/proxy/">proxy</a><br/>
        └── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./types/proxy/00-type.yml">00-type.yml</a><br/>
<a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_140/./">.</a><br/>
├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_140/./firefox/">firefox</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_140/./firefox/00-proxy.yml">00-proxy.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_140/./firefox/10-manual.yml">10-manual.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_140/./firefox/20-manual.yml">20-manual.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_140/./firefox/30-auto.yml">30-auto.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_140/./firefox/40-no_proxy.yml">40-no_proxy.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_140/./firefox/50-prompt_authentication.yml">50-prompt_authentication.yml</a><br/>
│   └── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_140/./firefox/55-proxy_dns_socks5.yml">55-proxy_dns_socks5.yml</a><br/>
└── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_140/./types/">types</a><br/>
    └── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_140/./types/proxy/">proxy</a><br/>
        └── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_140/./types/proxy/00-type.yml">00-type.yml</a><br/>
<br/><br/></p>