mirror of
https://github.com/DarthJahus/mtproxy-docker.git
synced 2026-05-17 08:16:01 +03:00
9 lines
240 B
Bash
9 lines
240 B
Bash
#!/bin/bash
|
|
cd /data
|
|
curl -s https://core.telegram.org/getProxySecret -o proxy-secret
|
|
curl -s https://core.telegram.org/getProxyConfig -o proxy-multi.conf
|
|
echo "$(date): Configuration updated" >> /data/update.log
|
|
|
|
pkill -HUP mtproto-proxy
|
|
|