Skip to content

Commit

Permalink
Merge pull request #181 from HynoR/master
Browse files Browse the repository at this point in the history
Fix: 修正错误字段
  • Loading branch information
vvbbnn00 authored Apr 28, 2024
2 parents 3ddfc05 + f6c3dd0 commit 96cd5cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/clash-meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"allow-lan": false,
"unified-delay": true,
"keep-alive-interval": 300,
"mode": "Rule",
"mode": "rule",
"log-level": "info",
"external-controller": "127.0.0.1:9090",
"dns": {
Expand Down Expand Up @@ -18639,4 +18639,4 @@
"GEOIP,CN,👉 国内网站",
"MATCH,👉 例外网站"
]
}
}
4 changes: 2 additions & 2 deletions config/clash.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"mixed-port": 7890,
"socks-port": 7891,
"allow-lan": false,
"mode": "Rule",
"mode": "rule",
"log-level": "info",
"external-controller": "127.0.0.1:9090",
"dns": {
Expand Down Expand Up @@ -18637,4 +18637,4 @@
"GEOIP,CN,👉 国内网站",
"MATCH,👉 例外网站"
]
}
}

0 comments on commit 96cd5cf

Please sign in to comment.