diff --git a/.github/workflows/create-lists.yml b/.github/workflows/create-lists.yml index f90f739..a93e280 100644 --- a/.github/workflows/create-lists.yml +++ b/.github/workflows/create-lists.yml @@ -31,7 +31,7 @@ jobs: -v ${{ github.workspace }}/Services:/app/Services \ -v ${{ github.workspace }}/SRS:/app/SRS \ -v ${{ github.workspace }}/DAT:/app/DAT \ - itdoginfo/compilesrs:0.1.16 + itdoginfo/compilesrs:0.1.17 - name: Check Russia/inside-dnsmasq-ipset uses: itdoginfo/dnsmasq-action@0.1 diff --git a/Services/googleai.lst b/Services/google_ai.lst similarity index 100% rename from Services/googleai.lst rename to Services/google_ai.lst diff --git a/Services/googleplay.lst b/Services/google_play.lst similarity index 100% rename from Services/googleplay.lst rename to Services/google_play.lst diff --git a/convert.py b/convert.py index 46b0a1a..d9ee57d 100755 --- a/convert.py +++ b/convert.py @@ -23,7 +23,7 @@ TelegramSubnets = 'Subnets/IPv4/telegram.lst' CloudflareSubnets = 'Subnets/IPv4/cloudflare.lst' HetznerSubnets = 'Subnets/IPv4/hetzner.lst' OVHSubnets = 'Subnets/IPv4/ovh.lst' -ExcludeServices = {"telegram.lst", "cloudflare.lst", "googleai.lst", "googleplay.lst", 'hetzner.lst', 'ovh.lst'} +ExcludeServices = {"telegram.lst", "cloudflare.lst", "google_ai.lst", "google_play.lst", 'hetzner.lst', 'ovh.lst'} def raw(src, out): domains = set()