mobile wallpaper 1
mobile wallpaper 2
mobile wallpaper 3
mobile wallpaper 4
mobile wallpaper 5
mobile wallpaper 6
mobile wallpaper 7
mobile wallpaper 8
mobile wallpaper 9
mobile wallpaper 10
mobile wallpaper 11
mobile wallpaper 12
mobile wallpaper 13
mobile wallpaper 14
mobile wallpaper 15
mobile wallpaper 16
mobile wallpaper 17
mobile wallpaper 18
mobile wallpaper 19
mobile wallpaper 20
mobile wallpaper 21
mobile wallpaper 22
mobile wallpaper 23
mobile wallpaper 24
mobile wallpaper 25
mobile wallpaper 26
mobile wallpaper 27
mobile wallpaper 28
mobile wallpaper 29
mobile wallpaper 30
mobile wallpaper 31
mobile wallpaper 32
mobile wallpaper 33
mobile wallpaper 34
mobile wallpaper 35
mobile wallpaper 36
mobile wallpaper 37
mobile wallpaper 38
mobile wallpaper 39
mobile wallpaper 40
mobile wallpaper 41
mobile wallpaper 42
mobile wallpaper 43
mobile wallpaper 44
mobile wallpaper 45
mobile wallpaper 46
mobile wallpaper 47
mobile wallpaper 48
mobile wallpaper 49
mobile wallpaper 50
mobile wallpaper 51
mobile wallpaper 52
mobile wallpaper 53
mobile wallpaper 54
mobile wallpaper 55
mobile wallpaper 56
mobile wallpaper 57
mobile wallpaper 58
mobile wallpaper 59
mobile wallpaper 60
mobile wallpaper 61
mobile wallpaper 62
mobile wallpaper 63
mobile wallpaper 64
mobile wallpaper 65
106 字
1 分钟
sing-box vless 协议配置
2026-05-02

晶哥别搞#

CAUTION

本教材仅做教学和实验,请勿在使用时违反当地的法律法规!

AI 生成内容#

本文配置由 Gemini 3 Pro 生成,文章中的配置都已经过验证,均可使用

部署 sing-box#

参阅 sing-box 官方文档
包管理器
Docker

服务端配置文件#

{
"log": {
"level": "warn",
"timestamp": true
},
"inbounds": [
{
"type": "vless",
"tag": "vless-in",
"listen": "0.0.0.0",
"listen_port": <端口号>,
"users": [
{
"uuid": "<使用 https://www.uuidgenerator.net/ 生成一个 UUID>",
"flow": ""
}
],
"transport": {
"type": "ws",
"path": "/",
"max_early_data": 0,
"early_data_header_name": "Sec-WebSocket-Protocol"
}
}
],
"outbounds": [
{
"type": "direct",
"tag": "direct"
}
]
}

记得填写端口号和 UUID

客户端#

{
"log": {
"level": "info",
"timestamp": true
},
"dns": {
"servers": [
{
"type": "tcp",
"tag": "dns-remote",
"detour": "proxy",
"server": "1.1.1.1"
},
{
"type": "udp",
"tag": "dns-local",
"server": "8.8.8.8"
}
],
"rules": [
{
"domain": "<服务端地址>",
"server": "dns-local"
}
],
"final": "dns-remote",
"independent_cache": true
},
"inbounds": [
{
"type": "tun",
"tag": "tun-in",
"address": [
"172.19.0.1/30",
"fdfe:dcba:9876::1/126"
],
"auto_route": true,
"strict_route": true,
"stack": "mixed"
}
],
"outbounds": [
{
"type": "vless",
"tag": "proxy",
"server": "<服务端地址>",
"server_port": 443,
"uuid": "<和服务端配置中的 UUID 一致>",
"tls": {
"enabled": true,
"server_name": "<服务端地址>",
"utls": {
"enabled": true,
"fingerprint": "chrome"
}
},
"transport": {
"type": "ws",
"path": "/",
"headers": {
"Host": "<服务端地址>"
},
"early_data_header_name": "Sec-WebSocket-Protocol"
}
},
{
"type": "direct",
"tag": "direct"
}
],
"route": {
"rules": [
{
"inbound": "tun-in",
"action": "sniff"
},
{
"protocol": "dns",
"action": "hijack-dns"
},
{
"domain": "<服务端地址>",
"outbound": "direct"
}
],
"final": "proxy",
"auto_detect_interface": true,
"default_domain_resolver": "dns-local"
}
}

记得替换 UUID 和 服务器地址

分享

如果这篇文章对你有帮助,欢迎分享给更多人!

sing-box vless 协议配置
https://sijiu49.moe/posts/proxy-sing-box/
作者
肆鸠
发布于
2026-05-02
许可协议
CC BY-NC-SA 4.0

部分信息可能已经过时

目录