You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
1.8 KiB
72 lines
1.8 KiB
{ |
|
"log": { |
|
"loglevel": "warning" |
|
}, |
|
"inbounds": [ |
|
{ |
|
"listen": "127.0.0.1", |
|
"port": "1080", |
|
"protocol": "socks", |
|
"settings": { |
|
"auth": "noauth", |
|
"udp": true, |
|
"ip": "127.0.0.1" |
|
} |
|
}, |
|
{ |
|
"listen": "127.0.0.1", |
|
"port": "1081", |
|
"protocol": "http" |
|
} |
|
], |
|
"outbounds": [ |
|
{ |
|
"protocol": "vless", |
|
"settings": { |
|
"vnext": [ |
|
{ |
|
"address": "1.2.3.4", |
|
"port": 443, |
|
"users": [ |
|
{ |
|
"id": "", |
|
"encryption": "none", |
|
"level": 0 |
|
} |
|
] |
|
} |
|
] |
|
}, |
|
"streamSettings": { |
|
"network": "tcp", |
|
"security": "tls", |
|
"tlsSettings": { |
|
"serverName": "example.domain", |
|
"allowInsecure": false, |
|
"alpn": [ |
|
"h2", |
|
"http/1.1" |
|
], |
|
"disableSessionResumption": true |
|
} |
|
}, |
|
"tag": "proxy" |
|
}, |
|
{ |
|
"protocol": "freedom", |
|
"tag": "direct" |
|
} |
|
], |
|
"routing": { |
|
"domainStrategy": "AsIs", |
|
"rules": [ |
|
{ |
|
"type": "field", |
|
"ip": [ |
|
"geoip:private" |
|
], |
|
"outboundTag": "direct" |
|
} |
|
] |
|
} |
|
}
|
|
|