Skip to content

Commit 6d807ef

Browse files
authored
Add download section for pre-computed resolver lists
Added download section with links to pre-computed resolver lists.
1 parent e03b9b4 commit 6d807ef

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,19 @@ PyResolvers is a high-performance async Python library and CLI tool for validati
4848
- Default (50 threads): ~77 minutes
4949
- Optimized (200 threads, 0.5s timeout): **~30 minutes**
5050

51+
#### 📥 Download
52+
53+
If this is too slow for you, you can use my **pre-computed resolver lists**, updated automatically every 48 hours:
54+
55+
| File | Description | Raw URL |
56+
|------|--------------|---------|
57+
| [`resolvers.json`](https://raw.githubusercontent.com/PigeonSec/dns-resolvers/refs/heads/main/resolvers.json) | Full dataset with latency metrics | [raw link](https://raw.githubusercontent.com/PigeonSec/dns-resolvers/refs/heads/main/resolvers.json) |
58+
| [`fast_resolvers.txt`](https://raw.githubusercontent.com/PigeonSec/dns-resolvers/refs/heads/main/fast_resolvers.txt) | Fast resolvers (< 50 ms) | [raw link](https://raw.githubusercontent.com/PigeonSec/dns-resolvers/refs/heads/main/fast_resolvers.txt) |
59+
| [`medium_resolvers.txt`](https://raw.githubusercontent.com/PigeonSec/dns-resolvers/refs/heads/main/medium_resolvers.txt) | Medium resolvers (< 150 ms) | [raw link](https://raw.githubusercontent.com/PigeonSec/dns-resolvers/refs/heads/main/medium_resolvers.txt) |
60+
| [`all_resolvers.txt`](https://raw.githubusercontent.com/PigeonSec/dns-resolvers/refs/heads/main/all_resolvers.txt) | All working resolvers | [raw link](https://raw.githubusercontent.com/PigeonSec/dns-resolvers/refs/heads/main/all_resolvers.txt) |
61+
62+
📦 **Repository:** [PigeonSec/dns-resolvers](https://github.com/PigeonSec/dns-resolvers)
63+
5164
---
5265

5366
## Installation

0 commit comments

Comments
 (0)