mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-13 18:48:15 +00:00
Update cheatsheets
This commit is contained in:
@@ -22,19 +22,19 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Create a `www` subdomain pointing to a relative record in the same zone:
|
||||
|
||||
`cli53 {{[rc|rrcreate]}} {{example.com}} {{'www 300 CNAME lb'}}`
|
||||
`cli53 {{[rc|rrcreate]}} {{example.com}} '{{www 300 CNAME lb}}'`
|
||||
|
||||
- Create a `www` subdomain pointing to an external address (must end with a dot):
|
||||
|
||||
`cli53 {{[rc|rrcreate]}} {{example.com}} {{'www 300 CNAME lb.example.com.'}}`
|
||||
`cli53 {{[rc|rrcreate]}} {{example.com}} '{{www 300 CNAME lb.example.com.}}'`
|
||||
|
||||
- Create a `www` subdomain pointing to an IP address:
|
||||
|
||||
`cli53 {{[rc|rrcreate]}} {{example.com}} {{'www 300 A 150.130.110.1'}}`
|
||||
`cli53 {{[rc|rrcreate]}} {{example.com}} '{{www 300 A 150.130.110.1}}'`
|
||||
|
||||
- Replace a `www` subdomain pointing to a different IP:
|
||||
|
||||
`cli53 {{[rc|rrcreate]}} --replace {{'www 300 A 150.130.110.2'}}`
|
||||
`cli53 {{[rc|rrcreate]}} --replace '{{www 300 A 150.130.110.2}}'`
|
||||
|
||||
- Delete a record A:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user