Xray-examples
Xray-examples copied to clipboard
Some examples of uses for Xray-core.
the example config file of 'VLESS-TCP-XTLS-WHATEVER' does not work in XRAY server, and its error info is "please use vless flow "xtls-rprx-vision" with tls or reality." after modifid the first...
realitySettings.dest 的 bluearchive.jp 不支持tls1.3会导致无法使用
https://github.com/XTLS/Xray-examples/blob/main/VLESS-mKCPSeed/config_server.json "mtu""uplinkCapacity""downlinkCapacity""congestion""header"都属于"kcpSettings"的子项,而示例把这些参数都放在了"kcpSettings"的外面
这是服务器的配置(服务器入站配置)。 ``` { "port": 443, "protocol": "vless", "settings": { "clients": [ { "id": "ddd", // 填写你的 UUID "flow": "xtls-rprx-vision", "level": 0, "email": "[email protected]" } ], "decryption": "none", "fallbacks": [ {...
Regarding https://github.com/XTLS/Xray-examples/tree/main/VLESS-WSS-Nginx I am not able to get it work, I wonder what I am missing? On the server side it show "ip connect google.com/443" But on client side I...
客户端怎么配置
我看了网上都是可视化的软件进行配置的 如果客户端封在docker里 使用配置代理的方式连接怎么配置
x
Could someone please add config for Xray + trojan + tcp + http masquerade or obfuscation with custom domain or all the proxy protocol that supports http masquerade or obfuscation....
Hello There I live in Iran and we here face so many limitation on internet provided for end users but servers in iran face less limitation so : i have...
环境:openwrt 版本22.03.5,做主路由, 流量使用nftables透明代理接入xray,出口使用trojan协议。 注:因为需要代理所有流量,所以没有配置dns什么的。都通过代理转发出去。 问题:无法建立链接,openwrt出口抓包,发现明文数据,明显TLS隧道配置不正确,各位大佬帮忙看看什么问题? 配置: [ { "log": { "access": "/var/log/access", "error": "/var/log/error", // Log level, one of "debug", "info", "warning", "error", "none" "loglevel": "debug" }, "inbounds":[ { "tag":...