1
0
Fork 0
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:
Ylian Saint-Hilaire 2019-01-04 14:35:01 -08:00
parent 86f02ab73e
commit 66c64268ac
41 changed files with 14 additions and 42 deletions

View file

@ -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();