useproxy: Add ntfy.p.b to NO_PROXY
Specifically for _fluent-bit_, which does not correctly handle wildcards or subdomains in `NO_PROXY`, to send real-time notifications from logs via ntfy.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
http_proxy: http://proxy.pyrocufflink.blue:3128
|
||||
https_proxy: '{{ http_proxy }}'
|
||||
all_proxy: '{{ http_proxy }}'
|
||||
no_proxy: localhost,pyrocufflink.blue,logs.pyrocufflink.blue,*.pyrocufflink.blue,127.0.0.1,172.30.0.*,172.30.0.0/24
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user