Skip to content

请回答一下,,,, #14

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions