Open hhstore opened 4 months ago
特点:
2 级域名
搭 FRP
, 很推荐这款.( FRP 遇到绑 3 级域名
问题, 无法解决)3 级域名
绑定. 只能 2 级域名
. (只能裸 IP + Port
)下载:
安装脚本:
# 国内:
wget https://gitee.com/mvscode/frps-onekey/raw/master/install-frps.sh -O ./install-frps.sh
chmod 700 ./install-frps.sh
./install-frps.sh install
# 国外:
wget https://raw.githubusercontent.com/mvscode/frps-onekey/master/install-frps.sh -O ./install-frps.sh
chmod 700 ./install-frps.sh
./install-frps.sh install
serverAddr = "x.x.x.x"
serverPort = 7000
[[proxies]]
name = "web"
type = "http"
localPort = 80
customDomains = ["www.yourdomain.com"]
[[proxies]]
name = "web2"
type = "http"
localPort = 8080
customDomains = ["www.yourdomain2.com"]
讨论:
sudo systemctl stop todeskd.service
sudo mv /opt/todesk/config/config.ini /opt/todesk/config/config.ini.bak
sudo systemctl start todeskd.service
# 卸载:
sudo apt-get remove --purge todesk
1
1
1
📖 Abstract:
💯 Related: