Skip to content
New issue

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

请回答一下,,,, #14

Open
analigy opened this issue Dec 6, 2018 · 1 comment
Open

请回答一下,,,, #14

analigy opened this issue Dec 6, 2018 · 1 comment

Comments

@analigy
Copy link

analigy commented Dec 6, 2018

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个呢????

@xt233
Copy link

xt233 commented Aug 20, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants