83 lines
1.7 KiB
JSON
83 lines
1.7 KiB
JSON
|
{
|
||
|
"log": {
|
||
|
"access": "none",
|
||
|
"error": "none",
|
||
|
"logLevel": "none"
|
||
|
},
|
||
|
"dns": {
|
||
|
"servers": ["https://1.1.1.1/dns-query"]
|
||
|
},
|
||
|
"inbounds": [
|
||
|
{
|
||
|
"protocol": "socks",
|
||
|
"listen": "0.0.0.0",
|
||
|
"port": 2220,
|
||
|
"settings": {
|
||
|
"auth": "password",
|
||
|
"accounts": [
|
||
|
{
|
||
|
"user": "bench",
|
||
|
"pass": "darkcat09"
|
||
|
}
|
||
|
],
|
||
|
"udp": true
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"protocol": "trojan",
|
||
|
"listen": "0.0.0.0",
|
||
|
"port": 2221,
|
||
|
"settings": {
|
||
|
"clients": [
|
||
|
{
|
||
|
"email": "bench",
|
||
|
"password": "darkcat09"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"streamSettings": {
|
||
|
"security": "tls",
|
||
|
"tlsSettings": {
|
||
|
"serverName": "dc09.ru",
|
||
|
"certificates": [
|
||
|
{
|
||
|
"certificateFile": "cert.pem",
|
||
|
"keyFile": "key.pem"
|
||
|
}
|
||
|
],
|
||
|
"fingerprint": "random"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"protocol": "vless",
|
||
|
"listen": "0.0.0.0",
|
||
|
"port": 2222,
|
||
|
"settings": {
|
||
|
"clients": [
|
||
|
{
|
||
|
"email": "bench",
|
||
|
"id": "11e7e1ca-cd18-493b-9da9-90c4b6f5b101",
|
||
|
"flow": "xtls-rprx-vision"
|
||
|
}
|
||
|
],
|
||
|
"decryption": "none"
|
||
|
},
|
||
|
"streamSettings": {
|
||
|
"security": "reality",
|
||
|
"realitySettings": {
|
||
|
"dest": "www.google.com:443",
|
||
|
"serverNames": ["google.com", "www.google.com"],
|
||
|
"privateKey": "MK99JVIOoAb8k3ZovmU3jdsTDE38y83TihnDn8rKPXI",
|
||
|
"shortIds": ["abc0"]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"outbounds": [
|
||
|
{
|
||
|
"protocol": "freedom"
|
||
|
}
|
||
|
]
|
||
|
}
|