mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-08 22:24:15 +00:00
Update default.json
This commit is contained in:
parent
b22a09e0cb
commit
541128577e
1 changed files with 23 additions and 24 deletions
|
|
@ -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": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue