Skip to content

Commit

Permalink
Update ssh_tool.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
eooce authored Jan 7, 2024
1 parent 0994078 commit fe6fac6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ssh_tool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4811,8 +4811,10 @@ EOF

# 提示输入订阅端口
read -p "请输入节点订阅端口: " port
sudo ufw allow $port/tcp
ipv4=$(curl -s4 ifconfig.co)
echo "你的节点订阅链接为:http://$ipv4:$port"
echo "你的节点订阅链接为:http://$ipv4:$port"

# 提示输入节点名称
read -p "请输入节点名称: " name

Expand Down

0 comments on commit fe6fac6

Please sign in to comment.