mirror of
https://github.com/lord-alfred/ipranges.git
synced 2026-08-26 10:05:39 +00:00
48 lines
2.0 KiB
Markdown
48 lines
2.0 KiB
Markdown
# 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
|
||
|
||
### Oracle (Cloud)
|
||
|
||
- IPv4: https://raw.githubusercontent.com/lord-alfred/ipranges/main/oracle/ipv4.txt
|
||
- IPv4 (merged): https://raw.githubusercontent.com/lord-alfred/ipranges/main/oracle/ipv4_merged.txt
|
||
|
||
## Author
|
||
|
||
Lord_Alfred
|
||
|
||
Blog (Russian language): [https://t.me/lord_Alfred](https://t.me/lord_Alfred)
|