fatedier
fatedier
TLS 目前用是 golang 默认配置,默认不禁用 TLS 1.1。 可以考虑支持这个配置,来选择禁用的 TLS 版本,不过不确定禁用之后是不是会有兼容性问题。而且既然是 Golang 默认的行为,可能主要是出于兼容性的考虑,在大部分场景下应该都是可以接受的。 另外你上面列了 7000-7003 四个端口,7000 可以理解是 frp 自身使用的。剩下三个端口你应该也不是全是 vhost_https_port,可能是直接 tcp 端口转发,那这个 TLS 配置,可能就是你内网自身服务的 TLS 版本,这个是没法在 frp 这个层面修改的。
Go 1.22 将会变更默认的 TLS min version 为 1.2,预计下个版本会使用 go1.22 编译。
因为 `bind_port` 的默认值就是 7000,可以考虑支持配置为 `< 0` 的值来关闭 TCP 的端口监听。
> 0.46版本。我试了。frps必须要定义quic_bind_port才能开启quic,且**要把quic_bind_port设为与bind_port端口号一样**(前者是UDP后者是TCP),frpc才能protocol = quic 连接成功。如果设为不同的端口号无法连接上。(ps:kcp的端口kcp_bind_port也需要与bind_port一样,才能连接,不知是不是bug。既然要设为一样,所以quic和kcp不能同时开启) 连接成功后测试,流量确实是走的udp,简单复制文件测试,比tcp和kcp要快(kcp最慢)。 无法复现这个问题。
I am using tinygo0.26 and also have memory leakage problems, without specifying gc parameters.
By the way, I have tested my gateway plugin. Compared to version 0.25, tinygo0.27 not only has memory leaks but also has a performance decrease of over 30%.
@zengyuxing007 If fallback and route are bound together, which configuration in envoy is used to achieve this capability? We recently encountered a similar requirement in our environment and would like...
This feature is not accepted now.
not stale
We currently will not provide more support for plugins like `static_file`, its purpose is only to quickly meet certain simple needs, for more complex strategies, it should be used in...