This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import base64 | |
| from urllib.parse import urlparse, quote | |
| from elastic_transport import Transport, NodeConfig, AsyncTransport | |
| class KibanaProxyTransport(Transport): | |
| """Simple transport that tunnels Elasticsearch requests via Kibana Dev Tools proxy.""" | |
| def __init__( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "Apple Telemetry Block", | |
| "description": "Denies outbound connections to known Apple telemetry/analytics endpoints, plus Siri and location-services reporting. High priority so it overrides per-process allow rules. Dead domains removed.", | |
| "rules": [ | |
| { | |
| "action": "deny", | |
| "process": "any", | |
| "direction": "out", | |
| "priority": "high", | |
| "remote-domains": [ |
OlderNewer