We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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个呢????
The text was updated successfully, but these errors were encountered:
这态度就回去自己看源码去
Sorry, something went wrong.
No branches or pull requests
应该有:公网IP 对外端口 本地机器IP 本机器端口,,,另外2个呢????
The text was updated successfully, but these errors were encountered: