pub async fn handle_snat( int_ip: String, ext_if: String, ext_ip: String, delete: bool, socket: impl AsRef<Path>, ) -> Result<()>
Adds or removes a static SNAT rule via the daemon API.