Skip to content

Commit

Permalink
fix file missing
Browse files Browse the repository at this point in the history
  • Loading branch information
ellermister committed Nov 26, 2023
1 parent 8f05aa0 commit 3094cb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mtproxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ run_mtp() {
./mtg run $client_secret $proxy_tag -b 0.0.0.0:$port --multiplex-per-connection 500 >/dev/null 2>&1 &
else
curl -s https://core.telegram.org/getProxyConfig -o proxy-multi.conf
curl -s https://core.telegram.org/getProxySecret -o proxy-secret
nat_info=$(get_nat_ip_param)
workerman=$(get_cpu_core)
tag_arg=""
Expand Down

0 comments on commit 3094cb8

Please sign in to comment.