Skip to main content

Module proxy

Module proxy 

Source

Structs§

DomainFilterProxy
A local HTTP proxy that filters requests by domain allowlist. Runs its own tokio runtime in a background thread.

Functions§

domain_matches
Check if a hostname matches an allowlist pattern. Supports exact match and wildcard (*.example.com also matches example.com).