Skip to content

Commit

Permalink
[confgen] revert GeoIP no-resolve in clash, add smart homekit domains
Browse files Browse the repository at this point in the history
  • Loading branch information
lirundong committed Nov 28, 2023
1 parent cbb4927 commit f314717
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions conf-gen/rule/ir.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ class GeoIP(IRBase):
_clash_prefix = "GEOIP"
_quantumult_prefix = "geoip"

@property
def clash_rule(self):
return f"{super().clash_rule},no-resolve"


@_IR_REGISTRY.register()
class IPCIDR(IRBase):
Expand Down
4 changes: 4 additions & 0 deletions conf-gen/source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@ rules:
filters:
- type: quantumult
url: https://github.com/GeQ1an/Rules/raw/master/QuantumultX/Filter/Mainland.list
- type: DOMAIN-SUFFIX
arg: smartmidea.net
- type: DOMAIN-SUFFIX
arg: gree.com
- type: geoip
arg: CN
img-url: https://github.com/GeQ1an/Rules/raw/master/QuantumultX/IconSet/Mainland.png
Expand Down

0 comments on commit f314717

Please sign in to comment.