mirror of
https://github.com/KaringX/karing-ruleset.git
synced 2025-06-08 21:34:13 +08:00
add antizapret.srs
This commit is contained in:
parent
65327bd56f
commit
eaf962f4aa
9
.github/workflows/run.yml
vendored
9
.github/workflows/run.yml
vendored
@ -59,7 +59,7 @@ jobs:
|
||||
path: Iran-sing-box-rules
|
||||
ref: rule-set
|
||||
|
||||
- name: copy geo rules
|
||||
- name: IR copy geo rules
|
||||
env:
|
||||
NO_SKIP: true
|
||||
run: |
|
||||
@ -67,6 +67,13 @@ jobs:
|
||||
cp -r ../meta-rules-dat/geo ./
|
||||
bash ../workflow/resouces/merge_geo_ir.sh ./geo ../Iran-sing-box-rules/
|
||||
|
||||
- name: RU copy geo rules
|
||||
env:
|
||||
NO_SKIP: true
|
||||
run: |
|
||||
cd sing-rule || exit 1
|
||||
curl -o geo/geosite/antizapret.srs -sSL https://github.com/savely-krasovsky/antizapret-sing-box/releases/latest/download/antizapret.srs
|
||||
|
||||
- name: maker karing built-in rule-set group
|
||||
env:
|
||||
NO_SKIP: true
|
||||
|
@ -12,7 +12,8 @@
|
||||
- [ACL4SSR](https://github.com/ACL4SSR/ACL4SSR)
|
||||
- Thank you for suggested modifying the recommend rules:
|
||||
- @VPNBrooklynSup (🧑🏻💻 پشتیبانی بروکلین «دریچه»)
|
||||
|
||||
- [savely-krasovsky/antizapret-sing-box](https://github.com/savely-krasovsky/antizapret-sing-box/)
|
||||
- Lists of domain and IPs blocked in Russia in Rule Set form
|
||||
|
||||
## Welcome to submit your preferred rule-set
|
||||
- [submit your preferred rule-set](https://github.com/KaringX/karing-ruleset/issues/2)
|
||||
@ -24,6 +25,12 @@
|
||||
- [Improve domain suffix match behavior](https://github.com/SagerNet/sing/commit/4d96f15eca075f4b5535053304d54812fdfa96e0)
|
||||
|
||||
# GeoIP/GeoSite
|
||||
- The srs files of Russia come from **savely-krasovsky**
|
||||
```
|
||||
geosite
|
||||
antizapret.srs
|
||||
```
|
||||
|
||||
- The source files of Iran come from **Chocolate4U**
|
||||
```
|
||||
geoip/
|
||||
|
@ -234,6 +234,15 @@ OPT_RULESET_GROUPS['cn'] = {
|
||||
}
|
||||
##end china
|
||||
|
||||
##start ru
|
||||
OPT_RULESET_GROUPS['ru'] = OPT_RULESET_GROUPS['default'].copy()
|
||||
OPT_RULESET_GROUPS['ru']['𐰁 antizapret'] = {
|
||||
'default': 'on',
|
||||
'outbound': 'selector_out',
|
||||
'rules': ['geosite:antizapret'],
|
||||
}
|
||||
##end ru
|
||||
|
||||
##start iran
|
||||
OPT_RULESET_GROUPS['ir'] = OPT_RULESET_GROUPS['default'].copy()
|
||||
OPT_RULESET_GROUPS['ir']['🛑 Adblock'] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user