Handle case of querying for root "." #4

オープン
coolaj862017-12-15 04:36:46 +00:00に作成 · 1件のコメント
オーナー
dig +trace coolaj86.com @ns1.coolaj86.com

It turns out that that queries ".", which is an empty string in the packet, which throws an error (but shouldn't).

This is really a dns-suite.js issue, but I'll file it hear for now since I'm better at tracking these issues.

However, I think what should be returned is not an empty array but rather an NXDOMAIN

```bash dig +trace coolaj86.com @ns1.coolaj86.com ``` It turns out that that queries ".", which is an empty string in the packet, which throws an error (but shouldn't). This is really a `dns-suite.js` issue, but I'll file it hear for now since I'm better at tracking these issues. However, I think what should be returned is not an empty array but rather an `NXDOMAIN`
作成者
オーナー

Partial fix in digd.js#v1.2.2, dig.js#v1.3.8, and dns-suite.js#v1.2.11 - no longer causes a crash (though I'm not sure if the exactly correct response is returned)

dig.js '' @ns1.coolaj86.com
Partial fix in `digd.js#v1.2.2`, `dig.js#v1.3.8`, and `dns-suite.js#v1.2.11` - no longer causes a crash (though I'm not sure if the exactly correct response is returned) ``` dig.js '' @ns1.coolaj86.com ```
サインインしてこの会話に参加。
ラベルなし
マイルストーンなし
担当者なし
1 人の参加者
通知
期日
期日が正しくないか範囲を超えています。 'yyyy-mm-dd' の形式で入力してください。

期日は未設定です。

依存関係

依存関係が設定されていません。

リファレンス: coolaj86/digd.js#4
説明はありません。