correct TLD in comment
This commit is contained in:
parent
2d4dc4ac48
commit
e87a0cf268
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
domain: sampledomain.local
|
||||
records:
|
||||
- name: 'subdomain' # create a silly localhost subdomain.sampledomain.io A record (IPv4)
|
||||
- name: 'subdomain' # create a silly localhost subdomain.sampledomain.local A record (IPv4)
|
||||
value: '127.0.0.1'
|
||||
type: A
|
||||
state: present
|
||||
- name: 'subdomain' # remove equally silly subdomain.sampledomain.io AAAA record (IPv6 local)
|
||||
- name: 'subdomain' # remove equally silly subdomain.sampledomain.local AAAA record (IPv6 local)
|
||||
value: '::1'
|
||||
type: AAAA
|
||||
state: absent
|
||||
|
|
Loading…
Reference in a new issue