Skip to content

Commit

Permalink
Refactor, new version. Adding caches
Browse files Browse the repository at this point in the history
  • Loading branch information
P1ratRuleZZZ committed May 25, 2018
1 parent 8568a6c commit ca2cf59
Show file tree
Hide file tree
Showing 7 changed files with 699 additions and 27 deletions.
6 changes: 6 additions & 0 deletions .gitignore
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

17 changes: 17 additions & 0 deletions composer.json
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"
}
}
326 changes: 326 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ca2cf59

Please sign in to comment.