Доработал README

This commit is contained in:
Lord_Alfred
2021-07-30 00:11:45 +03:00
parent 7512fc2d8f
commit aab58b22df

View File

@@ -1 +1,42 @@
# IPRanges
# 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)