mirror of
https://github.com/seriyps/mtproto_proxy.git
synced 2026-08-04 07:08:10 +00:00
Change proxy link from https to tg deeplink
This commit is contained in:
parent
e343e30060
commit
bb598956fa
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ node_role() ->
|
|||
build_urls(Host, Port, Secret, Protocols) ->
|
||||
MkUrl = fun(ProtoSecret) ->
|
||||
io_lib:format(
|
||||
"https://t.me/proxy?server=~s&port=~w&secret=~s",
|
||||
"tg://proxy?server=~s&port=~w&secret=~s",
|
||||
[Host, Port, ProtoSecret])
|
||||
end,
|
||||
UrlTypes = lists:usort(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue