nslookup 명령어 사용법
2024-01-04 17:33
967
0
1
0
본문
접기
[ ▼ 작성자 참고 Source ]
//IP 조회 nslookup google.com //MX(Mail Record) 확인 nslookup -query=mx google.com //CNAME 조회 nslookup -q=cname example.com //TEXT 조회 nslookup -q=txt gmail.com //NS 레코드로 DNS 목록 확인 nslookup -type=ns google.com
본문
1. `nslookup google.com`은 주어진 도메인의 IP 주소를 조회합니다.
2. `nslookup -query=mx google.com`은 주어진 도메인의 메일 레코드를 확인합니다.
3. `nslookup -q=cname example.com`은 주어진 도메인의 CNAME 레코드를 조회합니다.
4. `nslookup -q=txt gmail.com`은 주어진 도메인의 텍스트 레코드를 조회합니다.
5. `nslookup -type=ns google.com`은 주어진 도메인의 네임 서버(NS) 레코드를 통해 DNS 목록을 확인합니다
1
0
로그인 후 추천 또는 비추천하실 수 있습니다.
댓글목록0