403unlocker / 403unlocker/403unlocker-cli

DNS name

Abierto
#26 0 comentarios 0 reacciones 1 asignado Reclamado por @ArmanTaheriGhaleTaki Ver en GitHub
enhancement
Lenguaje dominante
Go
Estrellas
75
Forks
13
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

**Describe the solution you'd like**
I want to know DNS name as well

![Image](https://github.com/user-attachments/assets/909ff0b4-e905-40fa-ba5c-751470fef7c7)

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.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Línea de trabajo

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.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
go
Área
cli
Tipo de issue
Nueva funcionalidad
Dificultad
3/5
Tiempo estimado
1-2 días
Estado de actividad
Estancado
Claridad
Bien especificado
Aptitud para principiantes
45/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.