mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fixed user IP address filtering.
This commit is contained in:
parent
86f02ab73e
commit
66c64268ac
41 changed files with 14 additions and 42 deletions
|
@ -558,7 +558,9 @@ function createMeshCore(agent) {
|
|||
s.httprequest = this;
|
||||
s.end = onTunnelClosed;
|
||||
s.tunnel = this;
|
||||
|
||||
|
||||
//sendConsoleText('onTunnelUpgrade');
|
||||
|
||||
if (this.tcpport != null) {
|
||||
// This is a TCP relay connection, pause now and try to connect to the target.
|
||||
s.pause();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue