-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor, new version. Adding caches
- Loading branch information
P1ratRuleZZZ
committed
May 25, 2018
1 parent
8568a6c
commit ca2cf59
Showing
7 changed files
with
699 additions
and
27 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
opt/mtproto-proxy/vendor | ||
opt/mtproto-proxy/madeline.phar* | ||
opt/mtproto-proxy/proxy.madeline | ||
opt/mtproto-proxy/proxy.madeline.lock | ||
opt/mtproto-proxy/secret.txt | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"name": "MTProto proxy server", | ||
"description": "Proxy server for MTProto (Telegram)", | ||
"authors": [ | ||
{ | ||
"name": "P1ratRuleZZZ", | ||
"email": "git@p1ratrulezzz.me" | ||
} | ||
], | ||
"require": { | ||
"byjg/cache-engine": "4.0.*", | ||
"composer/installers": "^1.5" | ||
}, | ||
"config": { | ||
"vendor-dir": "opt/mtproto-proxy/vendor" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.