Compare commits
3 Commits
auto-updat
...
auto-updat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
29cdd908a2 | ||
| 45ce8ba010 | |||
| f9dd26ce2c |
@@ -78,14 +78,16 @@ spec:
|
|||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -c
|
||||||
- >-
|
- >-
|
||||||
|
/usr/bin/curl -s https://core.telegram.org/getProxySecret -o proxy-secret && \
|
||||||
|
/usr/bin/curl -s https://core.telegram.org/getProxyConfig -o proxy-multi.conf && \
|
||||||
mtproto-proxy
|
mtproto-proxy
|
||||||
-u nobody
|
-u nobody
|
||||||
-p 8888
|
-p 8888
|
||||||
-H $(PORT)
|
-H $(PORT)
|
||||||
-M 1
|
-M 1
|
||||||
-S $(SECRET)
|
-S $(SECRET)
|
||||||
--aes-pwd /etc/mtproxy/proxy-secret
|
--aes-pwd proxy-secret
|
||||||
/etc/mtproxy/proxy-multi.conf
|
proxy-multi.conf
|
||||||
env:
|
env:
|
||||||
- name: SECRET
|
- name: SECRET
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
|||||||
Reference in New Issue
Block a user