Giter VIP home page Giter VIP logo

xray-examples's Introduction

配置介绍:

无需注册域名 解决 TLS in TLS 自带多路复用 通过 CDN 访问
VLESS-Vision-TLS ✔️
VLESS-Vision-REALITY ✔️ ✔️
VLESS-gRPC-REALITY ✔️ ✔️
VLESS-HTTP2-REALITY ✔️ ✔️
VLESS-gRPC-TLS ✔️ ✔️
使用 uTLS 使用 Vision 服务端 TLS 指纹 Mux(TCP) Mux(UDP) MPTCP
VLESS-Vision-TLS 推荐使用 推荐使用 Go 2 ✔️ ✔️
VLESS-Vision-REALITY 必选 推荐使用 1 2 ✔️ ✔️
VLESS-gRPC-REALITY 必选 不能 1 3 ✔️ ✔️
VLESS-HTTP2-REALITY 必选 不能 1 3 ✔️ ✔️
VLESS-gRPC-TLS 推荐使用 不能 Nginx 3 ✔️ ✔️

1:"dest": "", 目标网站决定,如偷自己时为Nginx
2: 使用Vision时不能
3: 自带多路复用

Mux

            "mux": {
                "enabled": true, // 若打游戏建议 false
                "concurrency": -1, // 不使用 Mux(TCP)
                "xudpConcurrency": 16, // 使用 Mux(UDP) ,是 UDP over TCP,若使用 Vision,还会加 padding
                "xudpProxyUDP443": "reject"
            }

Mux 配置只需在客户端启用,服务端自动适配

MPTCP

                "sockopt": {
                    "tcpMptcp": true,
                    "tcpNoDelay": true
                }

MPTCP 配置需在客户端服务端同时启用
需要 Xray-core 版本 1.8.6 或更高。

👍XTLS Vision 原理 安装指南

👍REALITY 设计哲学 原理拾零 配置说明

xray-examples's People

Contributors

chika0801 avatar chise0713 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.