aa51513

Results 30 issues of aa51513

官方给的配置文件示例如下: `{ "Debug": true, "Retries": 0, "ServeNodes": [ ":8080", "ss://chacha20:12345678@:8338" ], "ChainNodes": [ "http://192.168.1.1:8080", "https://10.0.2.1:443" ], "Routes": [ { "Retries": 1, "ServeNodes": [ "ws://:1443" ], "ChainNodes": [ "socks://:192.168.1.1:1080" ] },...

My configuration is as follows: `forward=tls://1.1.1.1:8080?host=www.google.com` But it doesn't work In addition, I would also like to ask how to specify the host in vless,such as: `vless://[email protected]?serverName=SERVERNAME`

### Describe the feature request I have many servers with the exact same frpc configuration on them. Usually I only start frpc on one of the servers for stcp connection....

### Describe the feature request 目前的版本负载均衡(group)功能,只支持tcp与http以及tcpmux 如果stcp与sudp无法做到支持负载均衡(group),那么主备(2个节点,一个主节点,一个从节点,只有一个保持工作状态)是否能够考虑? ### Describe alternatives you've considered _No response_ ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and...

proposal

For business needs, I used docker-compose to orchestrate a dns server, and the service name in docker-compose is my_dns_server. I would like to use the above dns server for domain...

stale

websocket has been widely used and supported by attack prevention providers such as cloudflare And I noticed that Rust already supports Websocket dependencies and can be used directly Could you...

enhancement

配置片段如下: hosts: - name: hosts-0 mappings: - ip: 104.16.77.107 hostname: my.server.com chains: - name: chain-0 hops: - name: hop-0 nodes: - name: node-0 hosts: hosts-0 addr: "my.server.com:443" connector: type: relay...

### Bug Description 浏览器访问https://gofrp.org/docs 无法访问此网站gofrp.org 意外终止了连接。 请试试以下办法: 检查网络连接 [检查代理服务器和防火墙](chrome-error://chromewebdata/#buttons) [运行 Windows 网络诊断](javascript:diagnoseErrors()) ERR_CONNECTION_CLOSED ### frpc Version 0.44.0 ### frps Version 0.44.0 ### System Architecture linux/amd64 ### Configurations 直连和翻墙都试过了 ### Logs...

### Describe the feature request 我想用其他语言实现frpc客户端,目标是为了能够在手机上安装附加有frpc的APP ### Describe alternatives you've considered 我想请问一下有没有相关设计文档? 如果没有,是否从“msg.go”开始看起,就能够入门了呢 ### Affected area - [X] Docs - [ ] Installation - [ ] Performance and Scalability -...

版本gost v3 beta4 服务:socks5+tcp 转发链:relay+mwss 出现问题: 用curl测试socks5,第一次正常,后面就一直提示“can't complete socks5 connection to 0.0.0.0:0” [[email protected] ~]# time curl -vvv -4 --socks5 172.21.14.33:22022 http://www.msftconnecttest.com/connecttest.txt * Trying 172.21.14.33... * TCP_NODELAY set * SOCKS5 communication...