haoran
haoran
> 支持 > 现在只能在xray里的trojan用上proxy protocol 是的。
PassWall已支持。相关见链接如下: 1、https://github.com/Lienol/openwrt-package/issues/490 2、https://github.com/Lienol/openwrt-package/commit/0ac9cdb07e8b1e9dd66ffd4f746eb2afd0593b04
直接配置就可以实现你想要的。 [v2ray(SS+v2ray-plugin)+caddy\nginx](https://github.com/lxhao61/integrated-examples/tree/main/v2ray(SS%2Bv2ray-plugin)%2Bcaddy%5Cnginx) [v2ray(SS+grpc)+caddy\nginx](https://github.com/lxhao61/integrated-examples/tree/main/v2ray(SS%2Bgrpc)%2Bcaddy%5Cnginx)
https://github.com/lxhao61/integrated-examples/tree/main/V2Ray(SS%2BgRPC)%2BNginx%5CCaddy
1、Apache 反代 WebSocket 参考[ V2ray 官方资料中 Apache 配置](https://guide.v2fly.org/advanced/wss_and_web.html#%E6%9C%8D%E5%8A%A1%E5%99%A8%E9%85%8D%E7%BD%AE)。 2、Apache 反代 H2C 需要自己配置 Apache,可参考 [VLESS+H2C+TLS](https://github.com/lxhao61/integrated-examples/tree/main/V2Ray(VLESS+H2C)+Caddy) 应用。注意 Apache 需同时启用 [mod_http2](https://httpd.apache.org/docs/2.4/mod/mod_http2.html) 与 [mod_proxy_http2](https://httpd.apache.org/docs/2.4/mod/mod_proxy_http2.html) 模块,并正确配置。
是的。目前Apache不支持gRPC协议转发,需要Apache APISIX才能实现。
The problem is solved?
1、Nginx 反代 WebSocket(WS)才需要修改 X-Forwarded-For。 [v2ray(vless\vmess+WS)+caddy\nginx](https://github.com/lxhao61/integrated-examples/tree/main/v2ray(vless%5Cvmess%2BWS)%2Bcaddy%5Cnginx) 2、Caddy 或 Nginx 反代 gRPC 是修改 X-Real-IP。 [v2ray(vless\vmess+grpc)+caddy\nginx](https://github.com/lxhao61/integrated-examples/tree/main/v2ray(vless%5Cvmess%2Bgrpc)%2Bcaddy%5Cnginx)
> 非常感谢作者大佬 希望大佬出个Caddyfile分流配置文件 --with github.com/RussellLuo/caddy-ext/layer4 分流插件地址:https://github.com/RussellLuo/caddy-ext/tree/master/layer4 感谢作者大佬 https://github.com/lxhao61/integrated-examples/issues/119
可使用SNI分流实现共存: 1、[V2Ray(E+B+F+C+G+A)+Nginx](https://github.com/lxhao61/integrated-examples/tree/main/V2Ray(E%2BB%2BF%2BC%2BG%2BA)%2BNginx) 2、[V2Ray(E+B+F+C+D+G+A)+Caddy(N)](https://github.com/lxhao61/integrated-examples/tree/main/V2Ray(E%2BB%2BF%2BC%2BD%2BG%2BA)%2BCaddy(N))