Skip to content

Commit

Permalink
Released on
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 7, 2024
0 parents commit 228e859
Show file tree
Hide file tree
Showing 4,571 changed files with 4,153,796 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
timezone: "Asia/Shanghai"
time: "07:00"
pull-request-branch-name:
separator: "-"
16 changes: 16 additions & 0 deletions .github/workflows/delete.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Delete old workflow runs
on:
schedule:
- cron: '0 0 * * 0'
# Run monthly, at 00:00 on the 1st day of month.

jobs:
del_runs:
runs-on: ubuntu-latest
steps:
- name: Delete workflow runs
uses: GitRML/delete-workflow-runs@main
with:
token: ${{ secrets.GH_TOKEN }}
repository: ${{ github.repository }}
retain_days: 7
117 changes: 117 additions & 0 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
name: Convert other rules to sing-box rule set
on:
workflow_dispatch:
schedule:
- cron: "30 14 * * *" # 6:30 AM UTC+8
push:
branches:
- workflow
paths-ignore:
- "**/README.md"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout scripts
uses: actions/checkout@v4
with:
repository: KaringX/karing-ruleset
path: workflow
ref: workflow

- name: Checkout ACL4SSR
uses: actions/checkout@v4
with:
repository: ACL4SSR/ACL4SSR
path: ACL4SSR
ref: master

- name: Convert json files
env:
NO_SKIP: true
run: |
mkdir -p ./sing-rule/ACL4SSR/Ruleset
cp ./workflow/resouces/convert_* ./sing-rule/ACL4SSR/
cd sing-rule/ACL4SSR/ || exit 1
python convert_json.py ../../ACL4SSR/Clash ./
- name: Convert json to srs
env:
NO_SKIP: true
run: |
cd sing-rule || exit 1
wget -q https://github.com/SagerNet/sing-box/releases/download/v1.10.0-beta.4/sing-box-1.10.0-beta.4-linux-amd64.tar.gz -O sing-box.tar.gz && tar zxvf sing-box.tar.gz && mv sing-box-1.10.0-beta.4-linux-amd64/sing-box ./
chmod 755 sing-box ACL4SSR/convert_srs.sh && ./ACL4SSR/convert_srs.sh ./sing-box
rm -rf LICENSE README.md ACL4SSR/convert_*
cp ./ACL4SSR/Ruleset/*.srs ./ACL4SSR
- name: Checkout meta-rules-dat
uses: actions/checkout@v4
with:
repository: MetaCubeX/meta-rules-dat
path: meta-rules-dat
ref: sing

- name: Checkout Iran-sing-box-rules
uses: actions/checkout@v4
with:
repository: Chocolate4U/Iran-sing-box-rules
path: Iran-sing-box-rules
ref: rule-set

- name: copy geo rules
env:
NO_SKIP: true
run: |
cd sing-rule || exit 1
cp -r ../meta-rules-dat/geo ./
bash ../workflow/resouces/merge_geo_ir.sh ./geo ../Iran-sing-box-rules/
- name: maker karing built-in rule-set group
env:
NO_SKIP: true
run: |
mkdir -p ./sing-rule/recommend
python workflow/resouces/kr_builtin_ruleset.py ./sing-rule/
- name: convert AdGuardSDNSFilter to srs
env:
NO_SKIP: true
run: |
python workflow/resouces/convert_adguard.py ./sing-rule/
- name: rm sing-box files
env:
NO_SKIP: true
run: |
cd sing-rule || exit 1
rm -rf sing-box* LICENSE README.md
- name: Git push assets to "sing-rule" branch
run: |
cd sing-rule || exit 1
cp ../workflow/README.md . && cp -r ../workflow/.github .
git init
git config --local user.name "github-actions[bot]"
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git checkout -b sing
git add .
git commit -m "Released on ${{ env.BUILDTIME }}"
git remote add origin "https://${{ github.actor }}:${{ secrets.GH_TOKEN }}@github.com/${{ github.repository }}"
git push -f -u origin sing
- name: Purge jsdelivr CDN
# find . -type f \( -name "*.json" -o -name "*.srs" \) -printf "%P\n" | while read file; do
# curl -i -Ls "https://purge.jsdelivr.net/gh/${{ github.repository }}@sing/${file}"
# echo -e "\t${file} PURGE...\n"
# done
run: |
cd sing-rule/ || exit 1
for file in $(ls); do
curl -i "https://purge.jsdelivr.net/gh/${{ github.repository }}@sing/${file}"
done
curl -i -Ls "https://purge.jsdelivr.net/gh/KaringX/karing-ruleset@sing/ACL4SSR"
curl -i -Ls "https://purge.jsdelivr.net/gh/KaringX/karing-ruleset@sing/ACL4SSR/Ruleset"
curl -i -Ls "https://purge.jsdelivr.net/gh/KaringX/karing-ruleset@sing/geo/geoip"
curl -i -Ls "https://purge.jsdelivr.net/gh/KaringX/karing-ruleset@sing/geo/geosite"
Binary file added ACL4SSR/360.srs
Binary file not shown.
Binary file added ACL4SSR/4399.srs
Binary file not shown.
Binary file added ACL4SSR/58.srs
Binary file not shown.
Binary file added ACL4SSR/ABC.srs
Binary file not shown.
Binary file added ACL4SSR/AbemaTV.srs
Binary file not shown.
Binary file added ACL4SSR/AccelerateDirectSites.srs
Binary file not shown.
Binary file added ACL4SSR/Adobe.srs
Binary file not shown.
Binary file added ACL4SSR/Alibaba.srs
Binary file not shown.
Binary file added ACL4SSR/All4.srs
Binary file not shown.
Binary file added ACL4SSR/Amazon.srs
Binary file not shown.
Binary file added ACL4SSR/AmazonIp.srs
Binary file not shown.
1 change: 1 addition & 0 deletions ACL4SSR/Apple.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version": 1, "rules": [{"domain": ["apple.comscoreresearch.com"], "domain_suffix": ["aaplimg.com", "akadns.net", "apple-cloudkit.com", "apple-dns.net", "apple-mapkit.com", "apple.co", "apple.com", "apple.com.cn", "apple.news", "appstore.com", "cdn-apple.com", "crashlytics.com", "icloud-content.com", "icloud.com", "icloud.com.cn", "itunes.com", "me.com", "mzstatic.com"], "ip_cidr": ["17.0.0.0/8", "63.92.224.0/19", "65.199.22.0/23", "139.178.128.0/18", "144.178.0.0/19", "144.178.36.0/22", "144.178.48.0/20", "192.35.50.0/24", "198.183.17.0/24", "205.180.175.0/24"]}]}
Binary file added ACL4SSR/Apple.srs
Binary file not shown.
Binary file added ACL4SSR/AppleNews.srs
Binary file not shown.
Binary file added ACL4SSR/AppleTV.srs
Binary file not shown.
Binary file added ACL4SSR/BBC.srs
Binary file not shown.
Binary file added ACL4SSR/BBCiPlayer.srs
Binary file not shown.
Binary file added ACL4SSR/Bahamut.srs
Binary file not shown.
Binary file added ACL4SSR/Baidu.srs
Binary file not shown.
1 change: 1 addition & 0 deletions ACL4SSR/BanAD.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version": 1, "rules": [{"domain_keyword": ["admarvel", "admaster", "adsage", "adsensor", "adsmogo", "adsrvmedia", "adsserving", "adsystem", "adwords", "applovin", "appsflyer", "domob", "duomeng", "dwtrack", "guanggao", "omgmta", "omniture", "openx", "partnerad", "pingfore", "socdm", "supersonicads", "wlmonitor", "zjtoolbar"], "domain_suffix": ["09mk.cn", "100peng.com", "114la.com", "123juzi.net", "138lm.com", "17un.com", "2cnt.net", "3gmimo.com", "3xx.vip", "51.la", "51taifu.com", "51yes.com", "600ad.com", "6dad.com", "70e.com", "86.cc", "8le8le.com", "8ox.cn", "95558000.com", "99click.com", "99youmeng.com", "a3p4.net", "acs86.com", "acxiom-online.com", "ad-brix.com", "ad-delivery.net", "ad-locus.com", "ad-plus.cn", "ad7.com", "adadapted.com", "adadvisor.net", "adap.tv", "adbana.com", "adchina.com", "adcome.cn", "ader.mobi", "adform.net", "adfuture.cn", "adhouyi.com", "adinfuse.com", "adirects.com", "adjust.io", "adkmob.com", "adlive.cn", "adlocus.com", "admaji.com", "admin6.com", "admon.cn", "adnyg.com", "adpolestar.net", "adpro.cn", "adpush.cn", "adquan.com", "adreal.cn", "ads8.com", "adsame.com", "adsmogo.com", "adsmogo.org", "adsunflower.com", "adsunion.com", "adtrk.me", "adups.com", "aduu.cn", "advertising.com", "adview.cn", "advmob.cn", "adwetec.com", "adwhirl.com", "adwo.com", "adxmi.com", "adyun.com", "adzerk.net", "agrant.cn", "agrantsem.com", "aihaoduo.cn", "ajapk.com", "allyes.cn", "allyes.com", "amazon-adsystem.com", "analysys.cn", "angsrvr.com", "anquan.org", "anysdk.com", "appadhoc.com", "appads.com", "appboy.com", "appdriver.cn", "appjiagu.com", "applifier.com", "appsflyer.com", "atdmt.com", "baifendian.com", "banmamedia.com", "baoyatu.cc", "baycode.cn", "bayimob.com", "behe.com", "bfshan.cn", "biddingos.com", "biddingx.com", "bjvvqu.cn", "bjxiaohua.com", "bloggerads.net", "branch.io", "bsdev.cn", "bshare.cn", "btyou.com", "bugtags.com", "buysellads.com", "c0563.com", "cacafly.com", "casee.cn", "cdnmaster.com", "chance-ad.com", "chanet.com.cn", "chartbeat.com", "chartboost.com", "chengadx.com", "chmae.com", "clickadu.com", "clicki.cn", "clicktracks.com", "clickzs.com", "cloudmobi.net", "cmcore.com", "cnxad.com", "cnzz.com", "cnzzlink.com", "cocounion.com", "coocaatv.com", "cooguo.com", "coolguang.com", "coremetrics.com", "cpmchina.co", "cpx24.com", "crasheye.cn", "crosschannel.com", "ctrmi.com", "customer-security.online", "daoyoudao.com", "datouniao.com", "ddapp.cn", "dianjoy.com", "dianru.com", "disqusads.com", "domob.cn", "domob.com.cn", "domob.org", "dotmore.com.tw", "doubleverify.com", "doudouguo.com", "doumob.com", "duanat.com", "duiba.com.cn", "duomeng.cn", "dxpmedia.com", "edigitalsurvey.com", "eduancm.com", "emarbox.com", "exosrv.com", "fancyapi.com", "feitian001.com", "feixin2.com", "flashtalking.com", "fraudmetrix.cn", "g1.tagtic.cn", "gentags.net", "gepush.com", "getui.com", "glispa.com", "go-mpulse", "go-mpulse.net", "godloveme.cn", "gridsum.com", "gridsumdissector.cn", "gridsumdissector.com", "growingio.com", "guohead.com", "guomob.com", "haoghost.com", "hivecn.cn", "hypers.com", "icast.cn", "igexin.com", "il8r.com", "imageter.com", "immob.cn", "inad.com", "inmobi.cn", "inmobi.net", "inmobicdn.cn", "inmobicdn.net", "innity.com", "instabug.com", "intely.cn", "iperceptions.com", "ipinyou.com", "irs01.com", "irs01.net", "irs09.com", "istreamsche.com", "jesgoo.com", "jiaeasy.net", "jiguang.cn", "jimdo.com", "jisucn.com", "jmgehn.cn", "jpush.cn", "jusha.com", "juzi.cn", "juzilm.com", "kejet.com", "kejet.net", "keydot.net", "keyrun.cn", "kmd365.com", "krux.net", "lnk0.com", "lnk8.cn", "localytics.com", "lomark.cn", "lotuseed.com", "lrswl.com", "lufax.com", "madhouse.cn", "madmini.com", "madserving.com", "magicwindow.cn", "mathtag.com", "maysunmedia.com", "mbai.cn", "mediaplex.com", "mediav.com", "megajoy.com", "mgogo.com", "miaozhen.com", "microad-cn.com", "miidi.net", "mijifen.com", "mixpanel.com", "mjmobi.com", "mng-ads.com", "moad.cn", "moatads.com", "mobaders.com", "mobclix.com", "mobgi.com", "mobisage.cn", "mobvista.com", "moogos.com", "mopub.com", "moquanad.com", "mpush.cn", "mxpnl.com", "myhug.cn", "mzy2014.com", "networkbench.com", "ninebox.cn", "ntalker.com", "nylalobghyhirgh.com", "o2omobi.com", "oadz.com", "oneapm.com", "onetad.com", "optaim.com", "optimix.asia", "optimix.cn", "optimizelyapis.com", "overture.com", "p0y.cn", "pagechoice.net", "pingdom.net", "plugrush.com", "popin.cc", "pro.cn", "publicidad.net", "publicidad.tv", "pubmatic.com", "pubnub.com", "qcl777.com", "qiyou.com", "qtmojo.com", "quantcount.com", "qucaigg.com", "qumi.com", "qxxys.com", "reachmax.cn", "responsys.net", "revsci.net", "rlcdn.com", "rtbasia.com", "sanya1.com", "scupio.com", "shuiguo.com", "shuzilm.cn", "similarweb.com", "sitemeter.com", "sitescout.com", "sitetag.us", "smartmad.com", "social-touch.com", "somecoding.com", "sponsorpay.com", "stargame.com", "stg8.com", "switchadhub.com", "sycbbs.com", "synacast.com", "sysdig.com", "talkingdata.com", "talkingdata.net", "tansuotv.com", "tanv.com", "tanx.com", "tapjoy.cn", "th7.cn", "thoughtleadr.com", "tianmidian.com", "tiqcdn.com", "touclick.com", "trafficjam.cn", "trafficmp.com", "tuia.cn", "ueadlian.com", "uerzyr.cn", "ugdtimg.com", "ugvip.com", "ujian.cc", "ukeiae.com", "umeng.co", "umeng.com", "umtrack.com", "unimhk.com", "union-wifi.com", "union001.com", "unionsy.com", "unlitui.com", "uri6.com", "ushaqi.com", "usingde.com", "uuzu.com", "uyunad.com", "vamaker.com", "vlion.cn", "voiceads.cn", "voiceads.com", "vpon.com", "vungle.cn", "vungle.com", "waps.cn", "wapx.cn", "webterren.com", "whpxy.com", "winads.cn", "winasdaq.com", "wiyun.com", "wooboo.com.cn", "wqmobile.com", "wrating.com", "wumii.cn", "wwads.cn", "xcy8.com", "xdrig.com", "xiaozhen.com", "xibao100.com", "xtgreat.com", "xy.com", "yandui.com", "yigao.com", "yijifen.com", "yinooo.com", "yiqifa.com", "yiwk.com", "ylunion.com", "ymapp.com", "ymcdn.cn", "yongyuelm.com", "yooli.com", "youmi.net", "youxiaoad.com", "yoyi.com.cn", "yoyi.tv", "yrxmr.com", "ysjwj.com", "yunjiasu.com", "yunpifu.cn", "zampdsp.com", "zamplus.com", "zcdsp.com", "zhidian3g.cn", "zhiziyun.com", "zhjfad.com", "zqzxz.com", "zzsx8.com", "acuityplatform.com", "ad-stir.com", "ad-survey.com", "ad4game.com", "adcloud.jp", "adcolony.com", "addthis.com", "adfurikun.jp", "adhigh.net", "adhood.com", "adinall.com", "adition.com", "adk2x.com", "admarket.mobi", "admarvel.com", "admedia.com", "adnxs.com", "adotmob.com", "adperium.com", "adriver.ru", "adroll.com", "adsco.re", "adservice.com", "adsrvr.org", "adsymptotic.com", "adtaily.com", "adtech.de", "adtechjp.com", "adtechus.com", "airpush.com", "am15.net", "amobee.com", "appier.net", "applift.com", "apsalar.com", "atas.io", "awempire.com", "axonix.com", "beintoo.com", "bepolite.eu", "bidtheatre.com", "bidvertiser.com", "blismedia.com", "brucelead.com", "bttrack.com", "casalemedia.com", "celtra.com", "channeladvisor.com", "connexity.net", "criteo.com", "criteo.net", "csbew.com", "directrev.com", "dumedia.ru", "effectivemeasure.com", "effectivemeasure.net", "eqads.com", "everesttech.net", "exoclick.com", "extend.tv", "eyereturn.com", "fastapi.net", "fastclick.com", "fastclick.net", "flurry.com", "gosquared.com", "gtags.net", "heyzap.com", "histats.com", "hitslink.com", "hot-mob.com", "hyperpromote.com", "i-mobile.co.jp", "imrworldwide.com", "inmobi.com", "inner-active.mobi", "intentiq.com", "inter1ads.com", "ipredictive.com", "ironsrc.com", "iskyworker.com", "jizzads.com", "juicyads.com", "kochava.com", "leadbolt.com", "leadbolt.net", "leadboltads.net", "leadboltapps.net", "leadboltmobile.net", "lenzmx.com", "liveadvert.com", "marketgid.com", "marketo.com", "mdotm.com", "medialytics.com", "medialytics.io", "meetrics.com", "meetrics.net", "mgid.com", "millennialmedia.com", "mobadme.jp", "mobfox.com", "mobileadtrading.com", "mobilityware.com", "mojiva.com", "mookie1.com", "msads.net", "mydas.mobi", "nend.net", "netshelter.net", "nexage.com", "owneriq.net", "pixels.asia", "plista.com", "popads.net", "powerlinks.com", "propellerads.com", "quantserve.com", "rayjump.com", "revdepo.com", "rubiconproject.com", "sape.ru", "scorecardresearch.com", "segment.com", "serving-sys.com", "sharethis.com", "smaato.com", "smaato.net", "smartadserver.com", "smartnews-ads.com", "startapp.com", "startappexchange.com", "statcounter.com", "steelhousemedia.com", "stickyadstv.com", "supersonic.com", "taboola.com", "tapjoy.com", "tapjoyads.com", "trafficjunky.com", "trafficjunky.net", "tribalfusion.com", "turn.com", "uberads.com", "vidoomy.com", "viglink.com", "voicefive.com", "wedolook.com", "yadro.ru", "yengo.com", "zedo.com", "zemanta.com", "11h5.com", "1kxun.mobi", "26zsd.cn", "519397.com", "626uc.com", "915.com", "appget.cn", "appuu.cn", "coinhive.com", "huodonghezi.cn", "vcbn65.xyz", "wanfeng1.com", "wep016.top", "win-stock.com.cn", "zantainet.com", "dh54wf.xyz", "g2q3e.cn", "114so.cn", "go.10086.cn", "hivedata.cc", "navi.gd.chinamobile.com"]}]}
Binary file added ACL4SSR/BanAD.srs
Binary file not shown.
1 change: 1 addition & 0 deletions ACL4SSR/BanADCompany.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version": 1, "rules": [{"domain_suffix": ["adtago.s3.amazonaws.com", "analyticsengine.s3.amazonaws.com", "analytics.s3.amazonaws.com", "advice-ads.s3.amazonaws.com", "pagead2.googlesyndication.com", "adservice.google.com", "pagead2.googleadservices.com", "afs.googlesyndication.com", "stats.g.doubleclick.net", "ad.doubleclick.net", "static.doubleclick.net", "m.doubleclick.net", "mediavisor.doubleclick.net", "ads30.adcolony.com", "adc3-launch.adcolony.com", "events3alt.adcolony.com", "wd.adcolony.com", "static.media.net", "media.net", "adservetx.media.net", "analytics.google.com", "click.googleanalytics.com", "google-analytics.com", "ssl.google-analytics.com", "adm.hotjar.com", "identify.hotjar.com", "insights.hotjar.com", "script.hotjar.com", "surveys.hotjar.com", "careers.hotjar.com", "events.hotjar.io", "mouseflow.com", "cdn.mouseflow.com", "o2.mouseflow.com", "gtm.mouseflow.com", "api.mouseflow.com", "tools.mouseflow.com", "cdn-test.mouseflow.com", "freshmarketer.com", "claritybt.freshmarketer.com", "fwtracks.freshmarketer.com", "luckyorange.com", "api.luckyorange.com", "realtime.luckyorange.com", "cdn.luckyorange.com", "w1.luckyorange.com", "upload.luckyorange.net", "cs.luckyorange.net", "settings.luckyorange.net", "stats.wp.com", "notify.bugsnag.com", "sessions.bugsnag.com", "api.bugsnag.com", "app.bugsnag.com", "browser.sentry-cdn.com", "app.getsentry.com", "pixel.facebook.com", "an.facebook.com", "static.ads-twitter.com", "ads-api.twitter.com", "ads.linkedin.com", "analytics.pointdrive.linkedin.com", "ads.pinterest.com", "log.pinterest.com", "analytics.pinterest.com", "trk.pinterest.com", "events.reddit.com", "events.redditmedia.com", "ads.youtube.com", "ads-api.tiktok.com", "analytics.tiktok.com", "ads-sg.tiktok.com", "analytics-sg.tiktok.com", "business-api.tiktok.com", "ads.tiktok.com", "log.byteoversea.com", "ads.yahoo.com", "analytics.yahoo.com", "geo.yahoo.com", "udc.yahoo.com", "udcm.yahoo.com", "analytics.query.yahoo.com", "partnerads.ysm.yahoo.com", "log.fc.yahoo.com", "gemini.yahoo.com", "adtech.yahooinc.com", "extmaps-api.yandex.net", "appmetrica.yandex.ru", "adfstat.yandex.ru", "metrika.yandex.ru", "offerwall.yandex.net", "adfox.yandex.ru", "auction.unityads.unity3d.com", "webview.unityads.unity3d.com", "config.unityads.unity3d.com", "adserver.unityads.unity3d.com", "iot-eu-logser.realme.com", "iot-logser.realme.com", "bdapi-ads.realmemobile.com", "bdapi-in-ads.realmemobile.com", "api.ad.xiaomi.com", "data.mistat.xiaomi.com", "data.mistat.india.xiaomi.com", "data.mistat.rus.xiaomi.com", "sdkconfig.ad.xiaomi.com", "sdkconfig.ad.intl.xiaomi.com", "tracking.rus.miui.com", "adsfs.oppomobile.com", "adx.ads.oppomobile.com", "ck.ads.oppomobile.com", "data.ads.oppomobile.com", "metrics.data.hicloud.com", "metrics2.data.hicloud.com", "grs.hicloud.com", "logservice.hicloud.com", "logservice1.hicloud.com", "logbak.hicloud.com", "click.oneplus.cn", "open.oneplus.net", "samsungads.com", "smetrics.samsung.com", "nmetrics.samsung.com", "samsung-com.112.2o7.net", "analytics-api.samsunghealthcn.com", "iadsdk.apple.com", "metrics.icloud.com", "metrics.mzstatic.com", "api-adservices.apple.com", "books-analytics-events.apple.com", "weather-analytics-events.apple.com", "notes-analytics-events.apple.com"]}]}
Binary file added ACL4SSR/BanADCompany.srs
Binary file not shown.
1 change: 1 addition & 0 deletions ACL4SSR/BanEasyList.json

Large diffs are not rendered by default.

Binary file added ACL4SSR/BanEasyList.srs
Binary file not shown.
1 change: 1 addition & 0 deletions ACL4SSR/BanEasyListChina.json

Large diffs are not rendered by default.

Binary file added ACL4SSR/BanEasyListChina.srs
Binary file not shown.
1 change: 1 addition & 0 deletions ACL4SSR/BanEasyPrivacy.json

Large diffs are not rendered by default.

Binary file added ACL4SSR/BanEasyPrivacy.srs
Binary file not shown.
1 change: 1 addition & 0 deletions ACL4SSR/BanProgramAD.json

Large diffs are not rendered by default.

Binary file added ACL4SSR/BanProgramAD.srs
Binary file not shown.
Binary file added ACL4SSR/Bilibili.srs
Binary file not shown.
Binary file added ACL4SSR/BilibiliHMT.srs
Binary file not shown.
Binary file added ACL4SSR/Binance.srs
Binary file not shown.
1 change: 1 addition & 0 deletions ACL4SSR/Bing.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version": 1, "rules": [{"domain_suffix": ["bing.com", "copilot.cloud.microsoft", "copilot.microsoft.com"]}]}
Binary file added ACL4SSR/Bing.srs
Binary file not shown.
Binary file added ACL4SSR/Blizzard.srs
Binary file not shown.
Binary file added ACL4SSR/ByteDance.srs
Binary file not shown.
Binary file added ACL4SSR/CCTV.srs
Binary file not shown.
Binary file added ACL4SSR/CN.srs
Binary file not shown.
Loading

0 comments on commit 228e859

Please sign in to comment.