Skip to content

Commit

Permalink
Update META.js
Browse files Browse the repository at this point in the history
  • Loading branch information
xixu-me committed Nov 2, 2024
1 parent cfb12aa commit 7f18ef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions META.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const generalConfig = {
"allow-lan": false,
mode: "rule",
"log-level": "info",
ipv6: false,
ipv6: true,
"find-process-mode": "strict",
"external-controller": "",
profile: {
Expand Down Expand Up @@ -232,7 +232,7 @@ const dns = {
"use-system-hosts": false,
"respect-rules": false,
listen: "0.0.0.0:1053",
ipv6: false,
ipv6: true,
"enhanced-mode": "fake-ip",
"fake-ip-range": "198.18.0.1/16",
"fake-ip-filter-mode": "blacklist",
Expand Down

0 comments on commit 7f18ef5

Please sign in to comment.