diff options
| author | loyalsoldier <[email protected]> | 2021-03-03 21:02:56 +0800 |
|---|---|---|
| committer | loyalsoldier <[email protected]> | 2021-03-03 21:27:23 +0800 |
| commit | 458ae46c19bdff8d69f623374559d9e6575889a3 (patch) | |
| tree | 1bd006a654f0577acf7df98a88ace9f254782e4d /data/telegram | |
| parent | 6bc56a680766dccc44c917cfbe3f2e4925c21952 (diff) | |
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.
Diffstat (limited to 'data/telegram')
| -rw-r--r-- | data/telegram | 21 |
1 files changed, 21 insertions, 0 deletions
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 |
