403unlocker / 403unlocker/403unlocker-cli
DNS name
- 主要言語
- Go
- スター
- 75
- フォーク
- 13
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
**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.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
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.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- go
- 領域
- cli
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 45/100