Skip to content

Commit

Permalink
nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
KANIKIG committed Jan 4, 2022
1 parent c1d2f00 commit 663a485
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -434,10 +434,10 @@ function cdn() {
echo -e "请问您要设置的CDN传输类型: "
echo -e "-----------------------------------"
echo -e "[1] 不加密转发"
echo -e "[2] ws隧道-80"
echo -e "[3] wss隧道-443"
echo -e "[2] ws隧道"
echo -e "[3] wss隧道"
echo -e "注意: 同一则转发,中转与落地传输类型必须对应!"
echo -e "此功能只需在中转机设置,落地机若用隧道,流量入口必须是80/443,之后套cdn即可"
echo -e "此功能只需在中转机设置"
echo -e "-----------------------------------"
read -p "请选择CDN转发传输类型: " numcdn

Expand Down

0 comments on commit 663a485

Please sign in to comment.