add antizapret.srs

This commit is contained in:
ElonJunior 2025-01-17 09:23:47 +08:00
parent 65327bd56f
commit eaf962f4aa
3 changed files with 85 additions and 62 deletions

View File

@ -59,7 +59,7 @@ jobs:
path: Iran-sing-box-rules path: Iran-sing-box-rules
ref: rule-set ref: rule-set
- name: copy geo rules - name: IR copy geo rules
env: env:
NO_SKIP: true NO_SKIP: true
run: | run: |
@ -67,6 +67,13 @@ jobs:
cp -r ../meta-rules-dat/geo ./ cp -r ../meta-rules-dat/geo ./
bash ../workflow/resouces/merge_geo_ir.sh ./geo ../Iran-sing-box-rules/ 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 - name: maker karing built-in rule-set group
env: env:
NO_SKIP: true NO_SKIP: true

View File

@ -12,7 +12,8 @@
- [ACL4SSR](https://github.com/ACL4SSR/ACL4SSR) - [ACL4SSR](https://github.com/ACL4SSR/ACL4SSR)
- Thank you for suggested modifying the recommend rules: - Thank you for suggested modifying the recommend rules:
- @VPNBrooklynSup (🧑🏻‍💻 پشتیبانی بروکلین «دریچه») - @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 ## Welcome to submit your preferred rule-set
- [submit your preferred rule-set](https://github.com/KaringX/karing-ruleset/issues/2) - [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) - [Improve domain suffix match behavior](https://github.com/SagerNet/sing/commit/4d96f15eca075f4b5535053304d54812fdfa96e0)
# GeoIP/GeoSite # GeoIP/GeoSite
- The srs files of Russia come from **savely-krasovsky**
```
geosite
antizapret.srs
```
- The source files of Iran come from **Chocolate4U** - The source files of Iran come from **Chocolate4U**
``` ```
geoip/ geoip/

View File

@ -234,6 +234,15 @@ OPT_RULESET_GROUPS['cn'] = {
} }
##end china ##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 ##start iran
OPT_RULESET_GROUPS['ir'] = OPT_RULESET_GROUPS['default'].copy() OPT_RULESET_GROUPS['ir'] = OPT_RULESET_GROUPS['default'].copy()
OPT_RULESET_GROUPS['ir']['🛑 Adblock'] = { OPT_RULESET_GROUPS['ir']['🛑 Adblock'] = {