diff --git a/README.md b/README.md index bd269aa3..6299720f 100644 --- a/README.md +++ b/README.md @@ -1 +1,42 @@ -# IPRanges \ No newline at end of file +# IPRanges + +List all IP ranges from: Google (Cloud), Amazon (AWS), Microsoft (Azure) with daily updates. + +All lists are obtained from public sources. + +## List types + +`ipv4.txt`/`ipv6.txt` – the list of addresses (IPv4 or IPv6), which is the result of parsing and one or more sources. + +`ipv4_merged.txt`/`ipv6_merged.txt` – list of addresses, after combining them into the smallest possible list of CIDRs. + +## Download links + +All addresses are stored in .txt files with CIDRs, where each range is on a new line. + +### Google (Cloud) + +- IPv4: https://raw.githubusercontent.com/lord-alfred/ipranges/main/google/ipv4.txt +- IPv4 (merged): https://raw.githubusercontent.com/lord-alfred/ipranges/main/google/ipv4_merged.txt +- IPv6: https://raw.githubusercontent.com/lord-alfred/ipranges/main/google/ipv6.txt +- IPv6 (merged): https://raw.githubusercontent.com/lord-alfred/ipranges/main/google/ipv6_merged.txt + +### Amazon (AWS) + +- IPv4: https://raw.githubusercontent.com/lord-alfred/ipranges/main/amazon/ipv4.txt +- IPv4 (merged): https://raw.githubusercontent.com/lord-alfred/ipranges/main/amazon/ipv4_merged.txt +- IPv6: https://raw.githubusercontent.com/lord-alfred/ipranges/main/amazon/ipv6.txt +- IPv6 (merged): https://raw.githubusercontent.com/lord-alfred/ipranges/main/amazon/ipv6_merged.txt + +### Microsoft (Azure) + +- IPv4: https://raw.githubusercontent.com/lord-alfred/ipranges/main/microsoft/ipv4.txt +- IPv4 (merged): https://raw.githubusercontent.com/lord-alfred/ipranges/main/microsoft/ipv4_merged.txt +- IPv6: https://raw.githubusercontent.com/lord-alfred/ipranges/main/microsoft/ipv6.txt +- IPv6 (merged): https://raw.githubusercontent.com/lord-alfred/ipranges/main/microsoft/ipv6_merged.txt + +## Author + +Lord_Alfred + +Blog (Russian language): [https://t.me/lord_Alfred](https://t.me/lord_Alfred)