From 1db2ca61fa24b41e807403f2becb75ab065e27a6 Mon Sep 17 00:00:00 2001 From: Toby Chui Date: Mon, 6 May 2024 16:26:02 +0800 Subject: [PATCH] Create README.txt Added source location for geodb --- src/mod/geodb/README.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/mod/geodb/README.txt diff --git a/src/mod/geodb/README.txt b/src/mod/geodb/README.txt new file mode 100644 index 0000000..7e4e93d --- /dev/null +++ b/src/mod/geodb/README.txt @@ -0,0 +1,8 @@ +The data source for geoip is licensed under CC0 +If you want to build your own version of geodb with updated whitelist, +you can go to this repo and get the "GeoFeed + Whois + ASN" version of +both the IPV4 and IPV6 mapping (the one without -num) + +https://github.com/sapics/ip-location-db/tree/main/geolite2-country + +And rename it to "gepipv4.csv" and "gepipv6.csv"