mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
dig: remove inaccurate description of ANY (#11798)
This commit is contained in:
parent
09037992f9
commit
0f31336609
6 changed files with 0 additions and 24 deletions
|
@ -15,10 +15,6 @@
|
|||
|
||||
`dig +short {{example.com}} {{A|MX|TXT|CNAME|NS}}`
|
||||
|
||||
- Obtiene todos los tipos de registros para un dominio determinado:
|
||||
|
||||
`dig {{example.com}} ANY`
|
||||
|
||||
- Especifica un servidor DNS alterno a consultar:
|
||||
|
||||
`dig @{{8.8.8.8}} {{example.com}}`
|
||||
|
|
|
@ -11,10 +11,6 @@
|
|||
|
||||
`dig +short {{esempio.com}} MX`
|
||||
|
||||
- Richiedi tutti i tipi di record per un dato dominio:
|
||||
|
||||
`dig {{esempio.com}} ANY`
|
||||
|
||||
- Specifica un server DNS alternativo a cui fare richiesta:
|
||||
|
||||
`dig @{{8.8.8.8}} {{esempio.com}}`
|
||||
|
|
|
@ -15,10 +15,6 @@
|
|||
|
||||
`dig +short {{example.com}} {{A|MX|TXT|CNAME|NS}}`
|
||||
|
||||
- 指定したドメイン名のすべてのタイプのレコードを取得する:
|
||||
|
||||
`dig {{example.com}} ANY`
|
||||
|
||||
- 問い合わせる別の DNS サーバーを指定する:
|
||||
|
||||
`dig @{{8.8.8.8}} {{example.com}}`
|
||||
|
|
|
@ -11,10 +11,6 @@
|
|||
|
||||
`dig +short {{example.com}} MX`
|
||||
|
||||
- 주어진 도메인 이름에 대한 모든 유형의 레코드들 가져오기:
|
||||
|
||||
`dig {{example.com}} ANY`
|
||||
|
||||
- 쿼리할 대체 DNS 서버를 지정하기:
|
||||
|
||||
`dig @{{8.8.8.8}} {{example.com}}`
|
||||
|
|
|
@ -15,10 +15,6 @@
|
|||
|
||||
`dig +short {{exemplo.com}} {{A|MX|TXT|CNAME|NS}}`
|
||||
|
||||
- Obtém todos os tipos de registros para um nome de domínio fornecido:
|
||||
|
||||
`dig {{exemplo.com}} ANY`
|
||||
|
||||
- Especifica um servidor DNS alternativo para consultar:
|
||||
|
||||
`dig @{{8.8.8.8}} {{exemplo.com}}`
|
||||
|
|
|
@ -15,10 +15,6 @@
|
|||
|
||||
`dig +short {{example.com}} {{A|MX|TXT|CNAME|NS}}`
|
||||
|
||||
- Get all types of records for a given domain name:
|
||||
|
||||
`dig {{example.com}} ANY`
|
||||
|
||||
- Specify an alternate DNS server to query:
|
||||
|
||||
`dig @{{8.8.8.8}} {{example.com}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue