mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-24 16:26:21 -04:00
Small fixes
This commit is contained in:
@@ -60,7 +60,7 @@ public interface NetworkTunnelStore extends DataStore {
|
||||
|
||||
default NetworkTunnelSession sessionChain(int local, int remotePort) throws Exception {
|
||||
if (!isLocallyTunneable()) {
|
||||
throw new IllegalStateException();
|
||||
throw new IllegalStateException("Unable to create tunnel chain as one intermediate system does not support tunneling");
|
||||
}
|
||||
|
||||
var running = new AtomicBoolean();
|
||||
|
||||
Reference in New Issue
Block a user