mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-07-14 03:29:37 +03:00
release: Fix default config
This commit is contained in:
@@ -5,7 +5,9 @@
|
|||||||
"dns": {
|
"dns": {
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
"address": "tls://8.8.8.8"
|
"type": "tls",
|
||||||
|
"tag": "google",
|
||||||
|
"server": "8.8.8.8"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -26,17 +28,13 @@
|
|||||||
"outbounds": [
|
"outbounds": [
|
||||||
{
|
{
|
||||||
"type": "direct"
|
"type": "direct"
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "dns",
|
|
||||||
"tag": "dns-out"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"route": {
|
"route": {
|
||||||
"rules": [
|
"rules": [
|
||||||
{
|
{
|
||||||
"port": 53,
|
"port": 53,
|
||||||
"outbound": "dns-out"
|
"action": "hijack-dns"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user