mirror of
https://github.com/System-End/dns.git
synced 2026-04-19 14:17:06 +00:00
Add cpu.land and aisafety.dance
This commit is contained in:
parent
b0e4456ffb
commit
12b284fb82
3 changed files with 35 additions and 0 deletions
10
aisafety.dance.yaml
Normal file
10
aisafety.dance.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
'':
|
||||
- type: A
|
||||
ttl: 21600
|
||||
value: 76.76.21.21
|
||||
|
||||
'www':
|
||||
- type: CNAME
|
||||
ttl: 21600
|
||||
value: cname.vercel-dns.com.
|
||||
|
|
@ -80,3 +80,13 @@ zones:
|
|||
- config
|
||||
targets:
|
||||
- dnsimple
|
||||
cpu.land.:
|
||||
sources:
|
||||
- config
|
||||
targets:
|
||||
- dnsimple
|
||||
aisafety.dance.:
|
||||
sources:
|
||||
- config
|
||||
targets:
|
||||
- dnsimple
|
||||
|
|
|
|||
15
cpu.land.yaml
Normal file
15
cpu.land.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
'':
|
||||
- type: A
|
||||
ttl: 21600
|
||||
value: 76.76.21.21
|
||||
- type: TXT
|
||||
ttl: 5
|
||||
values:
|
||||
- google-site-verification=yrBprsuPgbaoNFd79KLgjYMr2xqEZhkaTH6eZbYvsHg # google search console
|
||||
- google-site-verification=KuU6_yKBnq6HLWIGl9z8FJTm9QERMFBkuhVnG7SxC5o # ahrefs
|
||||
|
||||
'www':
|
||||
- type: CNAME
|
||||
ttl: 21600
|
||||
value: cname.vercel-dns.com.
|
||||
Loading…
Add table
Reference in a new issue