Update default.json

This commit is contained in:
Nikolay 2026-04-08 23:54:49 +03:00 committed by GitHub
parent b22a09e0cb
commit 541128577e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,42 +1,41 @@
{ {
"remarks": "", "remarks": "",
"dns": { "dns": {
"tag": "dns_out",
"queryStrategy": "UseIP",
"servers": [ "servers": [
{ "https://8.8.8.8/dns-query",
"address": "8.8.8.8", "https://1.1.1.1/dns-query",
"skipFallback": false "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": [ "inbounds": [
{ {
"listen": "127.0.0.1",
"port": 10808, "port": 10808,
"protocol": "mixed", "protocol": "socks",
"settings": { "settings": {
"auth": "noauth", "auth": "noauth",
"udp": true, "udp": true
"userLevel": 8
}, },
"sniffing": { "sniffing": {
"enabled": true,
"destOverride": [ "destOverride": [
"http", "http",
"tls", "tls",
"quic", "quic"
"fakedns" ]
],
"enabled": true
}, },
"tag": "mixed" "tag": "socks"
},
{
"port": 10809,
"protocol": "http",
"settings": {
"userLevel": 8
},
"tag": "http"
} }
], ],
"log": { "log": {