ipranges
ipranges copied to clipboard
🔨 List all IP ranges from: Google (Cloud & GoogleBot), Bing (Bingbot), Amazon (AWS), Microsoft, Oracle (Cloud), GitHub, Facebook (Meta), OpenAI (GPTBot) and other with daily updates.
Hi, First , thank you very much for your list. Very usefull ! (not an issue but a comment for all of us who would like to optimise the search...
Firstly, thanks for doing this! Few questions ### Q1 Did you resolve the issue of merging ranges? ### Q2 Are you open to some contribs for additional providers? ### Q3...
```bash ➜ bash openai/downloader.sh + curl -s https://openai.com/gptbot-ranges.txt ➜ echo $? 1 ``` When downloading from the IP GitHub runners we get an error from CloudFlare (need to pass captcha)....
To refactor `3.217.79.163/32` to `3.217.*` Python code: import requests import ipaddress """ Convert ip "3.217.79.163/32", "3.217.93.44/32", -> "3.127.*" """ url = "https://raw.githubusercontent.com/lord-alfred/ipranges/main/github/ipv4.txt" response = requests.get(url) ip_ranges = response.text.strip().split("\n") def convert_to_wildcard(ip_ranges):...
Helo my Lord.... I'm trying to contribute to this gem, then I wanna check if PR are welcome just by proposing a simple update for a single downloader, if appreciated...
I wanted to express my gratitude for your IPRanges repository. It's been invaluable for my home router setup and various other applications. I've created an extended fork of your project,...
Is it possible to get Netflix IPs?
how about jetbrains?
If you wish to add Duckduckgo bots CIDR list you can get it by parsing this html page: [https://duckduckgo.com/duckduckgo-help-pages/results/duckduckbot](https://duckduckgo.com/duckduckgo-help-pages/results/duckduckbot) You can parse the html dom or you can simply use...