更新 clash.js
This commit is contained in:
parent
5766cc341e
commit
cd3852cae4
2
clash.js
2
clash.js
@ -36,7 +36,7 @@ async function configPrependRules(utils, obj) {
|
||||
function getRuleItem(match, direct) {
|
||||
const groupName = direct ? directGroupName : proxyGroupName
|
||||
const matchName = match.split('#')[0].trim()
|
||||
if (isIPAddress(match)) {
|
||||
if (isIPAddress(matchName)) {
|
||||
return `IP-CIDR,${matchName}/24,${groupName},no-resolve`
|
||||
}
|
||||
return `DOMAIN-SUFFIX,${matchName},${groupName}`
|
||||
|
Loading…
Reference in New Issue
Block a user