fatedier
fatedier
Just keep it open, it may help other peoples with same requirement. Thanks for all your contribution.
目前不支持,以后 v2 版本的架构中可以考虑。
No experience and enough time to do this.
PRs are welcome.
Anyone needs this feature can contribute to this project.
1. Yes. 2. Deploy nginx in front of frps and route traffics to frps and your wordpress by domains.
We are not going to complete or enrich the functionality of client plugins. It's desgined for quick usage not meeting all the needs. But supporting HTTP digest authentication maybe is...
quic-go 目前实现的还是 draft 版本的协议,后面可能会有变动,所以暂时不考虑支持,但是未来有进展的话肯定会跟进。
We already build it in docker https://github.com/fatedier/frp/tree/dev/dockerfiles
@liuweiGL API 之后会重新设计,在计划中,但是只能用于获取信息,不能提供创建修改的能力。 客户端的配置目前的架构是客户端自己维护,服务端无法指定,这样的安全性会更高,不容易有漏洞暴露整个内网机器。 frpc 目前也有接口可以增删改查代理,这一块之后也会优化。 目前可能的一种方式,就是 frpc 提供一个选项,可以支持将自己的接口开放给 frps,frps 作为一个代理,再将这个接口提供给外部调用者。实际上目前也已经可以通过暴露 frpc admin service 的端口到 frps 来实现这一能力。