Skip to content

Commit

Permalink
prefer_ipv4 for sing-box dns strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
2dust committed Oct 14, 2024
1 parent c6caf29 commit 9540669
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions v2rayN/ServiceLib/Sample/dns_singbox_normal
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
{
"tag": "remote",
"address": "8.8.8.8",
"strategy": "ipv4_only",
"strategy": "prefer_ipv4",
"detour": "proxy"
},
{
"tag": "local",
"address": "223.5.5.5",
"strategy": "ipv4_only",
"strategy": "prefer_ipv4",
"detour": "direct"
},
{
Expand Down
4 changes: 2 additions & 2 deletions v2rayN/ServiceLib/Sample/tun_singbox_dns
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
{
"tag": "remote",
"address": "8.8.8.8",
"strategy": "ipv4_only",
"strategy": "prefer_ipv4",
"detour": "proxy"
},
{
"tag": "local",
"address": "223.5.5.5",
"strategy": "ipv4_only",
"strategy": "prefer_ipv4",
"detour": "direct"
},
{
Expand Down

0 comments on commit 9540669

Please sign in to comment.