Extract proxy-specific configuration for fingerprinting and proxy management
(&self)
| 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. |
no outgoing calls