fix(config): add default domain resolver to routing configuration(singbox 1.14)
This commit is contained in:
@ -91,6 +91,9 @@
|
|||||||
"route": {
|
"route": {
|
||||||
"auto_detect_interface": true,
|
"auto_detect_interface": true,
|
||||||
"final": "proxy",
|
"final": "proxy",
|
||||||
|
"default_domain_resolver": {
|
||||||
|
"server": "local-dns"
|
||||||
|
},
|
||||||
"rule_set": [
|
"rule_set": [
|
||||||
{
|
{
|
||||||
"download_detour": "direct",
|
"download_detour": "direct",
|
||||||
|
|||||||
Reference in New Issue
Block a user