mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-06 21:24:10 +00:00
89 lines
1.7 KiB
JSON
89 lines
1.7 KiB
JSON
{
|
|
"remarks": "",
|
|
"dns": {
|
|
"servers": [
|
|
"https://8.8.8.8/dns-query",
|
|
"https://1.1.1.1/dns-query",
|
|
"208.67.222.222",
|
|
"208.67.220.220",
|
|
"https+local://doh.opendns.com/dns-query",
|
|
"https+local://cloudflare-dns.com/dns-query",
|
|
"77.88.8.8",
|
|
"77.88.8.1"
|
|
],
|
|
"queryStrategy": "UseIPv4",
|
|
"disableCache": false
|
|
},
|
|
"assets": {
|
|
"geoipUrl": "https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat",
|
|
"geositeUrl": "https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat"
|
|
},
|
|
"inbounds": [
|
|
{
|
|
"listen": "127.0.0.1",
|
|
"port": 10808,
|
|
"protocol": "socks",
|
|
"settings": {
|
|
"auth": "noauth",
|
|
"udp": true
|
|
},
|
|
"sniffing": {
|
|
"enabled": true,
|
|
"destOverride": [
|
|
"http",
|
|
"tls",
|
|
"quic"
|
|
]
|
|
},
|
|
"tag": "socks"
|
|
}
|
|
],
|
|
"log": {
|
|
"loglevel": "warning"
|
|
},
|
|
"outbounds": [
|
|
{
|
|
"tag": "direct",
|
|
"protocol": "freedom",
|
|
"settings": {
|
|
"domainStrategy": "AsIs",
|
|
"redirect": "",
|
|
"noises": []
|
|
}
|
|
},
|
|
{
|
|
"tag": "block",
|
|
"protocol": "blackhole",
|
|
"settings": {
|
|
"response": {
|
|
"type": "http"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"policy": {
|
|
"levels": {
|
|
"8": {
|
|
"connIdle": 300,
|
|
"downlinkOnly": 1,
|
|
"handshake": 4,
|
|
"uplinkOnly": 1
|
|
}
|
|
},
|
|
"system": {
|
|
"statsOutboundUplink": true,
|
|
"statsOutboundDownlink": true
|
|
}
|
|
},
|
|
"routing": {
|
|
"domainStrategy": "AsIs",
|
|
"rules": [
|
|
{
|
|
"type": "field",
|
|
"network": "tcp,udp",
|
|
"outboundTag": "proxy"
|
|
}
|
|
]
|
|
},
|
|
"stats": {}
|
|
}
|