mirror of
https://github.com/bestnite/sub2sing-box.git
synced 2025-10-28 09:33:57 +00:00
🐛 Fix vless reality missing utls
This commit is contained in:
@@ -1,20 +1,18 @@
|
||||
{
|
||||
"log": {
|
||||
"level": "trace",
|
||||
"level": "info",
|
||||
"timestamp": true
|
||||
},
|
||||
"dns": {
|
||||
"servers": [
|
||||
{
|
||||
"tag": "google",
|
||||
"address": "https://dns.google/dns-query",
|
||||
"address_resolver": "local",
|
||||
"address_strategy": "prefer_ipv4",
|
||||
"client_subnet": "114.114.114.114/24"
|
||||
"address": "https://8.8.8.8/dns-query",
|
||||
"detour": "default"
|
||||
},
|
||||
{
|
||||
"tag": "local",
|
||||
"address": "https://223.5.5.5/dns-query",
|
||||
"address": "h3://223.5.5.5/dns-query",
|
||||
"detour": "direct"
|
||||
},
|
||||
{
|
||||
@@ -61,6 +59,12 @@
|
||||
],
|
||||
"final": "google"
|
||||
},
|
||||
"ntp": {
|
||||
"enabled": true,
|
||||
"interval": "30m0s",
|
||||
"server": "ntp.aliyun.com",
|
||||
"server_port": 123
|
||||
},
|
||||
"inbounds": [
|
||||
{
|
||||
"type": "tun",
|
||||
@@ -149,7 +153,7 @@
|
||||
"type": "remote",
|
||||
"tag": "geosite-category-ads-all",
|
||||
"format": "binary",
|
||||
"url": "https://ghp.ci/https://raw.githubusercontent.com/SagerNet/sing-geosite/rule-set/geosite-category-ads-all.srs",
|
||||
"url": "https://raw.githubusercontent.com/SagerNet/sing-geosite/rule-set/geosite-category-ads-all.srs",
|
||||
"download_detour": "default"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user