403unlocker / 403unlocker/403unlocker-cli
DNS name
- Langage dominant
- Go
- Étoiles
- 75
- Forks
- 13
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
**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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
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.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- go
- Domaine
- cli
- Type d'issue
- Fonctionnalité
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- Clairement spécifiée
- Accessibilité débutants
- 45/100