mirror of
https://github.com/System-End/dns.git
synced 2026-04-19 19:45:12 +00:00
update resolution records (#2349)
* update resolution records * coolify as a record
This commit is contained in:
parent
c9fa5b83d8
commit
39ca842cf3
1 changed files with 21 additions and 3 deletions
|
|
@ -5392,13 +5392,31 @@ for-reviewers:
|
|||
- ttl: 300
|
||||
type: CNAME
|
||||
value: souptik-samanta.github.io.
|
||||
resolution: #dhamari@hackclub.com
|
||||
resolution: #dhamari@hackclub.com // jenin@hackclub.com
|
||||
- octodns:
|
||||
cloudflare:
|
||||
proxied: true
|
||||
ttl: 300
|
||||
type: CNAME
|
||||
value: a.selfhosted.hackclub.com.
|
||||
type: A
|
||||
value: 5.161.100.52 #coolify
|
||||
- ttl: 3600
|
||||
type: TXT
|
||||
values:
|
||||
- google-site-verification=fvT04G2tlITazXw_z2QacCdWWVNfddzipI5jPUjhDH8
|
||||
- v=spf1 include:_spf.google.com ~all
|
||||
- ttl: 3600
|
||||
type: MX
|
||||
values:
|
||||
- exchange: ASPMX.L.GOOGLE.COM.
|
||||
preference: 1
|
||||
- exchange: ALT1.ASPMX.L.GOOGLE.COM.
|
||||
preference: 5
|
||||
- exchange: ALT2.ASPMX.L.GOOGLE.COM.
|
||||
preference: 5
|
||||
- exchange: ALT3.ASPMX.L.GOOGLE.COM.
|
||||
preference: 10
|
||||
- exchange: ALT4.ASPMX.L.GOOGLE.COM.
|
||||
preference: 10
|
||||
retrospect:
|
||||
- ttl: 300
|
||||
type: CNAME
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue