double330

frps.ini

bind_port = 7000
vhost_http_port = 53390

 

frpc.ini

[common]
server_addr = xxx.xxx.xxx.xxx
server_port = 7000

[web]
type = http
# 本地http服务地址
local_ip = 127.0.0.1
# 本地http服务端口
local_port = 80
# 分配自定义域名访问穿透服务 假如没有域名,则此处请填为frps服务端的服务器(IP)
custom_domains = xxx.xxxx.net
# 设置认证的用户名
#http_user = abc
# 设置认证的密码
#http_pwd = abc
# 重定向到本地域名
host_header_rewrite = www.xxx.com

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-08-15
  • 2022-12-23
  • 2021-06-04
  • 2022-12-23
  • 2021-12-31
  • 2021-09-01
猜你喜欢
  • 2022-01-06
  • 2022-12-23
  • 2022-03-02
  • 2021-08-30
  • 2021-12-08
  • 2022-12-23
相关资源
相似解决方案