Skip to content

Commit

Permalink
添加使用说明
Browse files Browse the repository at this point in the history
  • Loading branch information
qist committed Oct 11, 2024
1 parent c8726f0 commit ef30013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xray-ui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ show_menu() {
echo "------------------------------------------"
acp=$(/usr/local/xray-ui/xray-ui setting -show 2>/dev/null)
green "$acp"
yellow "当前面板http只支持12.0.0.1访问如果外面访问请用ssh转发或者nginx代理"
yellow "当前面板http只支持12.0.0.1访问如果外面访问请用ssh转发或者nginx代理或者xray-ui 配置证书 选择22配置证书"
yellow "ssh 转发 客户机操作 ssh -f -N -L 127.0.0.1:22222(ssh代理端口未使用端口):127.0.0.1:54321(xray-ui 端口) [email protected](xray-ui 服务器ip)"
yellow "浏览器访问 http://127.0.0.1:22222(ssh代理端口未使用端口)/path(web访问路径)"
echo "------------------------------------------"
Expand Down

0 comments on commit ef30013

Please sign in to comment.