nslookup 사용 / dig 사용 / txt 확인법 / 사용법
DNS 의 TXT 확인 방법
nslookup.exe -q=TXT _acme-challenge.mydomain.com
C:\> nslookup.exe -q=TXT _acme-challenge.domain.com
서버: one.one.one.one
Address: 1.1.1.1
권한 없는 응답:
_acme-challenge.domain.com text =
"KKaO2h78fGEP7U8yTZNOzArLk04zZkHc62t86e_bUd4"
dig -t txt _acme-challenge.mydomain.com
$ dig -t txt _acme-challenge.mydomain.com
...
;; ANSWER SECTION:
_acme-challenge.mydomain.com. 300 IN TXT "Kddd2h7ddEP7U8yTZNOzArLk04zZkHc62t86e_bUd4"
...
댓글 없음:
댓글 쓰기