This commit is contained in:
crschnick
2024-10-23 10:02:25 +00:00
parent 64d4a8bd82
commit 936af2a236
5 changed files with 3 additions and 10 deletions

View File

@@ -17,7 +17,7 @@ public interface NetworkTunnelStore extends DataStore {
interface TunnelFunction {
NetworkTunnelSession create(int localPort, int remotePort, String address);
NetworkTunnelSession create(int localPort, int remotePort, String address) throws Exception;
}
DataStore getNetworkParent();