0% found this document useful (0 votes)
24 views2 pages

Sub Json 11 16 16

The document outlines a configuration for a network setup, including DNS servers, inbound and outbound protocols, and logging settings. It specifies two inbound protocols (socks and http) and three outbound protocols (vless, freedom, and blackhole) with detailed settings for each. Additionally, it includes policy settings for connection management and routing strategies, although no specific rules are defined.

Uploaded by

sufl9
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views2 pages

Sub Json 11 16 16

The document outlines a configuration for a network setup, including DNS servers, inbound and outbound protocols, and logging settings. It specifies two inbound protocols (socks and http) and three outbound protocols (vless, freedom, and blackhole) with detailed settings for each. Additionally, it includes policy settings for connection management and routing strategies, although no specific rules are defined.

Uploaded by

sufl9
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

{

"dns": {
"servers": [
"8.8.8.8",
"8.8.4.4"
]
},
"inbounds": [
{
"port": 10808,
"protocol": "socks",
"settings": {
"auth": "noauth",
"udp": true,
"userLevel": 8
},
"sniffing": {
"destOverride": [
"http",
"tls"
],
"enabled": false
},
"tag": "socks"
},
{
"port": 10809,
"protocol": "http",
"settings": {
"userLevel": 8
},
"tag": "http"
}
],
"log": {
"loglevel": "none"
},
"outbounds": [
{
"mux": {
"enabled": false
},
"protocol": "vless",
"settings": {
"vnext": [
{
"address": "104.26.6.171",
"port": 443/,
"users": [
{
"alterId": 0,
"encryption": "none",
"flow": "",
"id": "b0cb1b0b-f5ba-4ca4-a587-cfe48126bff7",
"level": 8,
"security": "auto"
}
]
}
]
},
"streamSettings": {

"tag": "proxy"
},
{
"protocol": "freedom",
"settings": {},
"tag": "direct"
},
{
"protocol": "blackhole",
"settings": {
"response": {
"type": "http"
}
},
"tag": "block"
}
],
"policy": {
"levels": {
"8": {
"connIdle": 300,
"downlinkOnly": 1,
"handshake": 4,
"uplinkOnly": 1
}
},
"system": {
"statsOutboundUplink": true,
"statsOutboundDownlink": true
}
},
"routing": {
"domainStrategy": "Asls",
"rules": []
},
"stats": {}
}

You might also like