mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-04-29 02:45:33 -04:00
Rework
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user