From 48e3e05bce04e22f2b473c26a6de16bcc535f4ce Mon Sep 17 00:00:00 2001 From: Kirill Sobakin Date: Tue, 5 May 2026 20:37:53 +0300 Subject: [PATCH] add 104.16.0.0/12 --- convert.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/convert.py b/convert.py index cfd6d93..7273864 100755 --- a/convert.py +++ b/convert.py @@ -329,9 +329,11 @@ if __name__ == '__main__': # Discord (domains + UDP subnets on high ports) discord_subnets = lines_from_file('Subnets/IPv4/discord.lst') discord_domains = lines_from_file('Services/discord.lst') + discord_cf_subnets = ["104.16.0.0/12"] srs_rule('discord', [ {"domain_suffix": discord_domains}, {"network": ["udp"], "ip_cidr": discord_subnets, "port_range": ["50000:65535"]}, + {"network": ["udp"], "ip_cidr": discord_cf_subnets, "port_range": ["19000:20000"]}, ]) # Mihomo main