mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
Use DOMAIN-WILDCARD for Mihomo (#77)
This commit is contained in:
parent
a6f8cd53ac
commit
3449ee4850
@ -113,7 +113,7 @@ export class ClashClassicRuleSet extends BaseWriteStrategy {
|
||||
}
|
||||
|
||||
writeDomainWildcard(wildcard: string): void {
|
||||
this.result.push(`DOMAIN-REGEX,${ClashClassicRuleSet.domainWildCardToRegex(wildcard)}`);
|
||||
this.result.push(`DOMAIN-WILDCARD,${wildcard}`);
|
||||
}
|
||||
|
||||
writeUserAgents = noop;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user