Commit e26a061
committed
fix: use system DNS and check only valid 127.0.0.x codes for DNSBL
- Revert from hardcoded Cloudflare/Google DNS resolvers to system DNS
- Match only 127.0.0.x (standard DNSBL listing codes), excluding
non-standard codes like 127.255.255.254 (Spamhaus query refusal
caused by ISP DNS issues like Free's)1 parent 16c1a9e commit e26a061
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | 7 | | |
11 | 8 | | |
12 | 9 | | |
| |||
124 | 121 | | |
125 | 122 | | |
126 | 123 | | |
127 | | - | |
128 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
0 commit comments