Skip to content

Commit

Permalink
proxyip
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejun committed Oct 31, 2024
1 parent 114e590 commit 0df4bee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ _捐赠将是对我最大的支持,它将激励我持续的创新和创作。_

## 项目鸣谢

[qwer-search](https://github.com/qwer-search)[k0baya](https://github.com/k0baya)[eooce](https://github.com/eooce)
[qwer-search](https://github.com/qwer-search)[k0baya](https://github.com/k0baya)[eooce](https://github.com/eooce)[nrootconauto](https://github.com/nrootconauto/MrChrootBSD)

## 免责声明

Expand Down
2 changes: 2 additions & 0 deletions singbox/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export_list() {
ARGOVMESS="{ \"v\": \"2\", \"ps\": \"$vmessname\", \"add\": \"www.visa.com.hk\", \"port\": \"443\", \"id\": \"${UUID}\", \"aid\": \"0\", \"scy\": \"none\", \"net\": \"ws\", \"type\": \"none\", \"host\": \"${ARGO_DOMAIN}\", \"path\": \"/${WSPATH}?ed=2048\", \"tls\": \"tls\", \"sni\": \"${ARGO_DOMAIN}\", \"alpn\": \"\" }"
hysteria2="hysteria2://$UUID@$myip:$HY2PORT/?sni=www.bing.com&alpn=h3&insecure=1#$hy2name"
socks5="https://t.me/socks?server=${host}.serv00.com&port=${SOCKS5_PORT}&user=${SOCKS5_USER}&pass=${SOCKS5_PASS}"
proxyip="proxyip://${SOCKS5_USER}:${SOCKS5_PASS}@${host}.serv00.com:${SOCKS5_PORT}"


cat >list <<EOF
Expand All @@ -80,6 +81,7 @@ $([[ "$type" =~ ^(1.1|3.1|4.4|2.4)$ ]] && echo "vmess://$(echo -n ${ARGOVMESS} |
$([[ "$type" =~ ^(1.2|3.2|4.5|2.5)$ ]] && echo "vmess://$(echo -n ${VMESSWS} | base64 | tr -d '\n')")
$([[ "$type" =~ ^(2|3.3|3.1|3.2|4.4|4.5)$ ]] && echo $hysteria2)
$([[ "$type" =~ ^(1.3|2.4|2.5|3.3|4.4|4.5)$ ]] && echo $socks5)
$([[ "$type" =~ ^(1.3|2.4|2.5|3.3|4.4|4.5)$ ]] && echo $proxyip)
EOF
cat list
Expand Down

0 comments on commit 0df4bee

Please sign in to comment.