From 7257a4dab1344a0c34c5f6f47a2923b7131020b7 Mon Sep 17 00:00:00 2001 From: AnonUD4Y Date: Sun, 27 Oct 2019 08:55:31 +0000 Subject: [PATCH] LocalXpose Tunnel Support Added. CUSTOM And RANDOM Subdomain Available for localxpose. --- HiddenEye.py | 1 + 1 file changed, 1 insertion(+) diff --git a/HiddenEye.py b/HiddenEye.py index c120359..16f467c 100755 --- a/HiddenEye.py +++ b/HiddenEye.py @@ -21,6 +21,7 @@ checkPermissions() installGetText() languageSelector() checkConnection() +checkLocalxpose() checkNgrok() ifSettingsNotExists() readConfig()