来吧兄弟,一起玩一起讨论!
您需要 登录 才可以下载或查看,没有账号?注册
×
本帖最后由 2060yxz 于 2018-6-6 12:38 编辑
所有版本,全部分享,大家自己按照自己的cpu什么的去尝试吧。下载99次后自动失效了。
https://pan.dios.wang:444/sharing/YovDGDNMv
————————————————————继续割割——————————————————————
frpc 0.20 https://download.csdn.net/download/guiyuwangchao/10462030 Frpc 0.20的套件
——————————————————————我是分割线————————————————————
frpc0.19 https://download.csdn.net/download/guiyuwangchao/10459559 可以支持服务器是frps 0.20版本的
frpc 0.16 https://download.csdn.net/download/guiyuwangchao/10458524 支持低版本frps
frpc0.19对应的frpc.ini文件
- # [common] is integral section
- [common]
- # A literal address or host name for IPv6 must be enclosed
- # in square brackets, as in "[::1]:80", "[ipv6-host]:http" or "[ipv6-host%zone]:80"
- server_addr = 服务器的地址
- server_port = 5443
- # console or real logFile path like ./frpc.log
- log_file = /usr/local/frpc/var/frpc.log
- # trace, debug, info, warn, error
- log_level = info
- log_max_days = 3
- # for authentication
- token = 服务器对应的token
- # connections will be established in advance, default value is zero
- pool_count = 5
- # if tcp stream multiplexing is used, default is true, it must be same with frps
- tcp_mux = true
- # your proxy name will be changed to {user}.{proxy}
- user = admin
- # decide if exit program when first login failed, otherwise continuous relogin to frps
- # default is true
- login_fail_exit = true
- # communication protocol used to connect to server
- # now it supports tcp and kcp, default is tcp
- protocol = tcp
- # Resolve your domain names to [server_addr] so you can use http://web01.yourdomain.com to browse web01 and http://web02.yourdomain.com to browse web02
- [cloud]
- type = http
- local_ip = 192.168.20.122
- local_port = 5000
- remote_port = http端口号
- use_encryption = false
- use_compression = true
- custom_domains = 域名地址
- [cloudssl]
- type = https
- local_ip = 192.168.20.122
- local_port = 5001
- remote_port = https端口号
- use_encryption = false
- use_compression = false
- #subdomain = cloudssl
- custom_domains = 域名地址
复制代码
|