Structs§
Functions§
- host_
to_ ip - is_
blocked_ ip - outbound_
client - A [
reqwest::Client] for requests to user-provided urls, refusing to connect to any address covered byAPP_BLOCKED_CIDRS, both on the initial request and on every redirect. - resolve_
allowed_ addresses - Resolves
hostand drops every address covered byAPP_BLOCKED_CIDRS, for connections that cannot be routed throughoutbound_clientand have to dial the returned addresses directly.