Get the directory for per-proxy configuration files (e.g., squid.conf)
(&self, fingerprint: &str)
| 133 | |
| 134 | /// Get the directory for per-proxy configuration files (e.g., squid.conf) |
| 135 | pub fn proxy_config_dir(&self, fingerprint: &str) -> PathBuf { |
| 136 | self.data_dir.join("proxy-configs").join(fingerprint) |
| 137 | } |
| 138 | |
| 139 | /// Get the server PID file path |
| 140 | pub fn pid_file(&self) -> PathBuf { |
no outgoing calls