Merge f3776947c34d06e8a016a0513b2f1df744d27484 into 7d37069a361d3fd9f214480755f7969744e866fa

This commit is contained in:
EanDudley30 2024-11-22 09:29:38 +03:00 committed by GitHub
commit 6cf0493478
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3926,6 +3926,16 @@ dig google.com ANY +noall +answer
```bash
dig -x 172.217.16.14 +short
```
###### List DNS Servers for a Domain
```bash
dig +short ns google.com
```
###### AXFR Zone Transfer
dig axfr zonetransfer.me @DNSServer
___