Skip to content

Commit

Permalink
feat: disable dns cache on default
Browse files Browse the repository at this point in the history
  • Loading branch information
igoogolx committed Jun 17, 2024
1 parent 1386bc3 commit d635c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/configuration/assets/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"setting": {
"mode": "tun",
"dns": {
"disableCache": false,
"disableCache": true,
"server": {
"boost": [
"tcp://114.114.114.114:53",
Expand Down

0 comments on commit d635c93

Please sign in to comment.