MCPcopy Create free account
hub / github.com/dtormoen/tsk-tsk / proxy_config

Method proxy_config

src/context/tsk_config.rs:397–402  ·  view source on GitHub ↗

Extract proxy-specific configuration for fingerprinting and proxy management

(&self)

Source from the content-addressed store, hash-verified

395
396 /// Extract proxy-specific configuration for fingerprinting and proxy management
397 pub fn proxy_config(&self) -> ResolvedProxyConfig {
398 ResolvedProxyConfig {
399 host_ports: self.host_ports.clone(),
400 squid_conf: self.squid_conf.clone(),
401 }
402 }
403}
404
405/// Proxy-specific configuration extracted from ResolvedConfig.

Callers 3

graceful_shutdownMethod · 0.80
run_task_containerMethod · 0.80

Calls

no outgoing calls

Tested by 1