参考

frp/README_zh.md at master · fatedier/frp · GitHub
https://github.com/fatedier/frp/blob/master/README_zh.md

 

frps.ini

[common]
bind_port = 7000
vhost_http_port = 80

server.bat

frps.exe -c frps.ini

frpc.ini

[common]
server_addr = 服务器端ip或者域名
server_port = 7000

[web]
type = http
local_port = 8080
custom_domains = 同上

client.bat

frpc.exe -c frpc.ini

 

相关文章:

  • 2021-04-08
  • 2021-12-02
  • 2021-06-11
  • 2020-02-21
  • 2021-11-20
  • 2022-12-23
  • 2021-12-14
  • 2021-09-24
猜你喜欢
  • 2021-11-26
  • 2021-07-06
  • 2021-10-08
  • 2021-12-29
  • 2021-10-12
  • 2021-09-05
  • 2022-12-23
相关资源
相似解决方案