2023-02-15 01:07:06 +08:00

54 lines
1.1 KiB
JSON

{
"access": {
"type": "Console",
"level": "Warning"
},
"error": {
"type": "Console",
"level": "Warning"
},
"inbounds": [
{
"port": "10808",
"protocol": "socks",
"settings": {
"udpEnabled": true
}
},
{
"port": "10809",
"protocol": "http"
}
],
"outbounds": [
{
"protocol": "vless",
"settings": {
"address": "xx.com",
"port": 443,
"uuid": "your UUID"
},
"streamSettings": {
"transport": "h2",
"security": "tls",
"transportSettings": {
"host": [
"xx.com"
],
"path": "/path"
}
}
},
{
"tag": "direct",
"protocol": "freedom",
"settings": {}
},
{
"tag": "blocked",
"protocol": "blackhole",
"settings": {}
}
]
}