Created
November 11, 2025 04:37
-
-
Save airled/f0a53744d0b80a5c77b7565eb3098caa to your computer and use it in GitHub Desktop.
Minimal xray server config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "inbounds": [ | |
| { | |
| "port": 443, | |
| "protocol": "vless", | |
| "settings": { | |
| "clients": [ | |
| { | |
| "id": "{xray uuid}", | |
| "flow": "xtls-rprx-vision" | |
| } | |
| ], | |
| "decryption": "none" | |
| }, | |
| "streamSettings": { | |
| "network": "tcp", | |
| "security": "reality", | |
| "realitySettings": { | |
| "show": false, | |
| "dest": "www.cloudflare.com:443", | |
| "xver": 0, | |
| "serverNames": ["www.cloudflare.com"], | |
| "privateKey": "{xray x25519}", | |
| "shortIds": ["abcdef"] | |
| } | |
| } | |
| } | |
| ], | |
| "outbounds": [ | |
| { | |
| "protocol": "freedom" | |
| } | |
| ], | |
| "log": { | |
| "loglevel": "warning" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment