Container name for this proxy configuration
(&self)
| 440 | |
| 441 | /// Container name for this proxy configuration |
| 442 | pub fn proxy_container_name(&self) -> String { |
| 443 | format!("tsk-proxy-{}", self.fingerprint()) |
| 444 | } |
| 445 | |
| 446 | /// External network name for this proxy configuration |
| 447 | pub fn external_network_name(&self) -> String { |
no outgoing calls