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

Method proxy_config_dir

src/context/tsk_env.rs:135–137  ·  view source on GitHub ↗

Get the directory for per-proxy configuration files (e.g., squid.conf)

(&self, fingerprint: &str)

Source from the content-addressed store, hash-verified

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 {

Calls

no outgoing calls

Tested by 1