onekey-install-shell icon indicating copy to clipboard operation
onekey-install-shell copied to clipboard

请回答一下,,,,

Open analigy opened this issue 6 years ago • 1 comments

read -p  "请输入FRP服务端密码:[frp888]" password
if [ ! $password ] ;then
    password=frp888
fi
read -p  "请输入FRP服务端域名:[frpzj.kskxs.com]" IP
if [ ! $IP ] ;then
    IP=frpzj.kskxs.com
fi
read -p  "请输入本地IP:[127.0.0.1]" Local
if [ ! $Local ] ;then
    Local=127.0.0.1
fi
read -p  "请输入FRP客户端域名:[www.youname.com]" Domain
if [ ! $Domain ] ;then
    Domain=www.youname.com
fi
read -p  "请设置HTTP端口隧道名称:[$rand1]" HTTP
if [ ! $HTTP ] ;then
    HTTP=$rand1
fi
read -p  "请设置SSH端口隧道名称(默认SSH端口):[$rand2]" SSH
if [ ! $SSH ] ;then
    SSH=$rand2
fi

应该有:公网IP 对外端口 本地机器IP 本机器端口,,,另外2个呢????

analigy avatar Dec 06 '18 12:12 analigy

这态度就回去自己看源码去

xt233 avatar Aug 20 '19 07:08 xt233