Specifically for _fluent-bit_, which does not correctly handle wildcards or subdomains in `NO_PROXY`, to send real-time notifications from logs via ntfy.
5 lines
249 B
YAML
5 lines
249 B
YAML
http_proxy: http://proxy.pyrocufflink.blue:3128
|
|
https_proxy: '{{ http_proxy }}'
|
|
all_proxy: '{{ http_proxy }}'
|
|
no_proxy: localhost,pyrocufflink.blue,logs.pyrocufflink.blue,ntfy.pyrocufflink.blue,*.pyrocufflink.blue,127.0.0.1,172.30.0.*,172.30.0.0/24
|