Created
August 27, 2018 05:26
-
-
Save dimMaryanto93/52c5565c6e97ad84237c87cb2fe8fd67 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## find pid service | |
ps -ef | grep mtproxy | |
## start service telegram | |
mtproxy --seed SEED --addr 0.0.0.0:1984 & | |
## example output | |
#tabeldata@tabeldata-server1:~$ Secret: da5e401cb3ff5a148bb25fede7956a50 | |
#Ip: 0.0.0.0 | |
#Port: 1984 | |
# then press CTRL + C to exit.... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment