403unlocker / 403unlocker/403unlocker-cli
DNS name
- Lingua principale
- Go
- Stelle
- 75
- Fork
- 13
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
**Describe the solution you'd like**
I want to know DNS name as well

expecting something like:
```bash
+-----------------+----------------+-----------+
| DNS Server | DNS Name | Status |
+-----------------+----------------+-----------+
| 1.1.1.1 | one.one.one.one | Forbidden |
| 8.8.8.8 | dns.google | Forbidden |
| 185.51.200.2 | iranian-dns.com | OK |
+-----------------+----------------+-----------+
```
Benefits
- The DNS name column provides more context about the DNS server.
- Enhances the readability and understanding of the server details.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
The issue is about adding a DNS name column to the CLI output. Look for the code that fetches and displays DNS server information, likely in a command like 'bestDNS' or 'check'. Find where the table is formatted and add a new column. You'll need to perform a reverse DNS lookup (PTR record) for each IP address. Check existing tests for the output format to ensure the new column integrates correctly.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- go
- Ambito
- cli
- Tipo di issue
- Funzionalità
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Specificata chiaramente
- Idoneità per principianti
- 45/100