From 458ae46c19bdff8d69f623374559d9e6575889a3 Mon Sep 17 00:00:00 2001 From: loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Wed, 3 Mar 2021 21:02:56 +0800 Subject: Feat: append IP CIDR list by adding files to data directory Use `--inputdir=/path/to/your/customized/ip/cidr/list/directory` as flag to specify your customized directory containing IP CIDR lists. The name of the lists appended into geoip.dat will be the filename of files in inputdir directory. You can create a file named `cn` in data directory to override all CN CIDRs of the generated geoip.dat file. --- data/telegram | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 data/telegram (limited to 'data/telegram') diff --git a/data/telegram b/data/telegram new file mode 100644 index 00000000..23adfeef --- /dev/null +++ b/data/telegram @@ -0,0 +1,21 @@ +109.239.140.0/24 +149.154.160.0/22 +149.154.164.0/22 +149.154.168.0/22 +149.154.172.0/22 +67.198.55.0/24 +91.108.12.0/22 +91.108.16.0/22 +91.108.20.0/22 +91.108.20.0/23 +91.108.4.0/22 +91.108.56.0/22 +91.108.56.0/23 +91.108.8.0/22 +95.161.64.0/20 +95.161.84.0/23 +2001:67c:4e8::/48 +2001:b28:f23c::/48 +2001:b28:f23d::/48 +2001:b28:f23f::/48 +2001:b28:f242::/48 -- cgit v1.3.1