Browse Source

Доработал README

pull/3/head
Lord_Alfred 4 years ago
parent
commit
aab58b22df
  1. 43
      README.md

43
README.md

@ -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)

Loading…
Cancel
Save