Xray-examples
Xray-examples copied to clipboard
Some examples of uses for Xray-core.
VLESS-gRPC-REALITY 可以搭配 nginx 吗?
想试用一下最新的vless+vision+reality,奈何不会搞配置,谁帮我写个现成的,我学习一下。
trojan+tcp的fallback是成功的。但trajan+ws+tls fallback,浏览器访问返回404 XrayR中trajan+ws+tls fallback部分的配置: EnableFallback: true # Only support for Trojan and Vless FallBackConfigs: # Support multiple fallbacks - SNI: # TLS SNI(Server Name Indication), Empty for any Alpn: #...
因为听说使用QUIC后不用加密,就想用SOCKS+QUIC,但是试了2天没成功。 但是用Vless+quic一下就成功。
我看example里 有的协议的inbound里有写 "listen::0.0.0.0 而有的就没有,比如ss的 ``` { "inbounds": [ { "port": 1234, "protocol": "shadowsocks", "settings": { "method": "2022-blake3-aes-128-gcm", "password": "{{ psk }}", "network": "tcp,udp" } } ], "outbounds": [ { "protocol":...
~~~ { "log": { "loglevel": "warning" }, "inbounds": [ { "listen": null, "port": 2002, "protocol": "shadowsocks", "settings": { "method": "2022-blake3-aes-256-gcm", "password": "hIls2OVHzksu7EL4KW7CODvvpJyvJw4A1Ke1X39bZCaH", "network": "tcp,udp" }, "streamSettings": { "network": "grpc", "security":...
I have to say this set of examples are the best I have seen on the internet. Thank you so much for providing this. https://github.com/XTLS/Xray-examples/tree/main/All-in-One-fallbacks-Nginx It explains very clearly how...
常用的那几种配置,都是带Nginx的conf范例的,小白看得一脸懵逼啊,现在caddy用得越来越多,能不能同时写个caddy文件的范例?
Shadowsocks 2022 issue. Encryption: 2022-blake3-aes-128-gcm Password: 3dff0400f23884928851a3698333c21b (example generated by 'openssl rand -hex 16') Test url error: [[Shadowsocks] ss 2022] test error: create service: parse outbound[0]: bad key length, required...
All-in-One-fallbacks-Nginx路径下的generate.sh处理过的server.json文件中,“[”有40个,"]"只有39个,已经确定是"outbounds"前面那个丢了 