mirror of
https://github.com/Dichgrem/singbox-example.git
synced 2025-08-01 17:49:30 -04:00
59 lines
1003 B
YAML
59 lines
1003 B
YAML
{
|
|
"log": {
|
|
"level": "info"
|
|
},
|
|
"dns": {
|
|
"servers": [
|
|
{
|
|
"address": "tls://8.8.8.8"
|
|
}
|
|
]
|
|
},
|
|
"inbounds": [
|
|
{
|
|
"type": "vless",
|
|
"tag": "VLESSReality",
|
|
"listen": "::",
|
|
"listen_port": 443,
|
|
"users": [
|
|
{
|
|
"name": "AK-JP-100G",
|
|
"uuid": "singbox生成",
|
|
"flow": "xtls-rprx-vision"
|
|
}
|
|
],
|
|
"tls": {
|
|
"enabled": true,
|
|
"server_name": "s0.awsstatic.com",
|
|
"reality": {
|
|
"enabled": true,
|
|
"handshake": {
|
|
"server": "s0.awsstatic.com",
|
|
"server_port": 443
|
|
},
|
|
"private_key": "singbox生成",
|
|
"short_id": [
|
|
"singbox生成"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"type": "direct"
|
|
},
|
|
{
|
|
"type": "dns",
|
|
"tag": "dns-out"
|
|
}
|
|
],
|
|
"route": {
|
|
"rules": [
|
|
{
|
|
"protocol": "dns",
|
|
"outbound": "dns-out"
|
|
}
|
|
]
|
|
}
|
|
} |