sb-vs-xray/server.json

74 lines
1.4 KiB
JSON
Raw Normal View History

2024-11-18 21:43:31 +04:00
{
"log": {
"disabled": true
},
"dns": {
"servers": [
{
"address": "https://1.1.1.1/dns-query",
"strategy": "prefer_ipv4"
}
]
},
"inbounds": [
{
"type": "socks",
"listen": "0.0.0.0",
"listen_port": 2220,
"users": [
{
"username": "bench",
"password": "darkcat09"
}
]
},
{
"type": "trojan",
"listen": "0.0.0.0",
"listen_port": 2221,
"users": [
{
"name": "bench",
"password": "darkcat09"
}
],
"tls": {
"enabled": true,
"server_name": "dc09.ru",
"certificate_path": "cert.pem",
"key_path": "key.pem"
}
},
{
"type": "vless",
"listen": "0.0.0.0",
"listen_port": 2222,
"users": [
{
"name": "bench",
"uuid": "11e7e1ca-cd18-493b-9da9-90c4b6f5b101",
"flow": "xtls-rprx-vision"
}
],
"tls": {
"enabled": true,
"server_name": "www.google.com",
"reality": {
"enabled": true,
"handshake": {
"server": "www.google.com",
"server_port": 443
},
"private_key": "MK99JVIOoAb8k3ZovmU3jdsTDE38y83TihnDn8rKPXI",
"short_id": ["abc0"]
}
}
}
],
"outbounds": [
{
"type": "direct"
}
]
}