diff --git a/.github/workflows/create-lists.yml b/.github/workflows/create-lists.yml index 31b3ac3..f7ae071 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.7 + itdoginfo/compilesrs:0.1.8 - name: Check Russia/inside-dnsmasq-ipset uses: itdoginfo/dnsmasq-action@0.1 diff --git a/convert.py b/convert.py index d82bf98..2b81537 100755 --- a/convert.py +++ b/convert.py @@ -445,8 +445,6 @@ if __name__ == '__main__': # Sing-box subnets generate_srs_subnets(TelegramSubnets) - # generate_srs_subnets(TwitterSubnets) - # generate_srs_subnets(MetaSubnets) generate_srs_combined(DiscordSubnets, "Services/meta.lst") generate_srs_combined(TwitterSubnets, "Services/twitter.lst")