ndk icon indicating copy to clipboard operation
ndk copied to clipboard

`Cargo.toml` should be able to set up reverse port forwarding

Open Jasper-Bekkers opened this issue 3 years ago • 0 comments

We have some tcp services that we connect to at startup, the easiest way to do that would be to set up reverse port forwarding through adb reverse when invoking cargo run. That way we don't need to manually set that up for every user, but instead can have it in the config file for the project instead.

Jasper-Bekkers avatar Feb 28 '22 00:02 Jasper-Bekkers