2024-11-02 14:58:42 +01:00
|
|
|
---
|
|
|
|
no_proxy:
|
|
|
|
description: Address for which proxy will be desactivated
|
|
|
|
type: "domainname"
|
|
|
|
params:
|
|
|
|
allow_ip: true
|
|
|
|
allow_cidr_network: true
|
|
|
|
allow_without_dot: true
|
|
|
|
allow_startswith_dot: true
|
2024-11-02 14:58:43 +01:00
|
|
|
multi: true
|
2024-11-02 14:58:44 +01:00
|
|
|
mandatory: false
|
2024-11-02 14:58:42 +01:00
|
|
|
disabled:
|
|
|
|
variable: proxy_mode
|
|
|
|
when: No proxy
|
2024-11-02 14:58:46 +01:00
|
|
|
examples:
|
|
|
|
- .mozilla.org
|
|
|
|
- .net.nz
|
|
|
|
- 192.168.1.0/24
|
2024-11-02 14:58:47 +01:00
|
|
|
help: Connections to localhost, 127.0.0.1/8 and ::1 are never proxied
|