Resolved Ngrok Issue.

#526 , #519
This commit is contained in:
AnonUD4Y 2020-04-21 17:24:00 +05:30 committed by GitHub
parent 55d0fbcf06
commit 4db8ff3687
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -401,7 +401,7 @@ def runNgrok(port):
{0}http://github.com/darksecdevelopers {0}http://github.com/darksecdevelopers
{0}** BY:DARKSEC ** \n\n-------------------------------\n{0}[ NGROK SERVER ]{1}!! {0}\n-------------------------------'''.format(MAIN0, MAIN2)) {0}** BY:DARKSEC ** \n\n-------------------------------\n{0}[ NGROK SERVER ]{1}!! {0}\n-------------------------------'''.format(MAIN0, MAIN2))
system('./Server/ngrok http {} > /dev/null &'.format(port)) system('killall -2 ngrok > /dev/null 2>&1 && ./Server/ngrok http {} > /dev/null &'.format(port))
while True: while True:
sleep(2) sleep(2)
system( system(