mirror of
https://github.com/System-End/dns.git
synced 2026-04-20 00:25:21 +00:00
Add dino.icu (#600)
Co-authored-by: Sam Poder <39828164+sampoder@users.noreply.github.com>
This commit is contained in:
parent
ec9d1ede2c
commit
d130667c4a
1 changed files with 113 additions and 0 deletions
113
dino.icu.yaml
Normal file
113
dino.icu.yaml
Normal file
|
|
@ -0,0 +1,113 @@
|
|||
# howdy friend!
|
||||
|
||||
# want to make a website and host it on a cool domain? look no further! follow the steps below to get started:
|
||||
|
||||
# 1. make a website, any website! https://workshops.hackclub.com/personal_website/
|
||||
# 2. fork hackclub/dns and edit this file, adding your DNS record
|
||||
# 3. open a pull request and someone will review
|
||||
# 4. then, share what you made in #ship; its on the world wide web!
|
||||
|
||||
# check out https://orpheus.dino.icu for an example. happy hacking!
|
||||
|
||||
# more details on https://meta.dino.icu
|
||||
|
||||
# we look forward to seeing what you make! I'm watching 👀
|
||||
|
||||
# –– orpheus (https://orpheus.dino.icu)
|
||||
|
||||
# some guidelines:
|
||||
# - don't use the phrase "Hack Club" in your domain name or seem like you're representing hack club
|
||||
# - don't use a domain to pretend to be someone else
|
||||
# - keep it civil, don't be mean and change someone else's domain
|
||||
|
||||
---
|
||||
'': # the bare domain
|
||||
- type: ALIAS
|
||||
value: cname.vercel-dns.com.
|
||||
- ttl: 1
|
||||
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
|
||||
- ttl: 5
|
||||
type: TXT
|
||||
values:
|
||||
- google-site-verification=LPx57IBOflR6ko3yB9xUp4MokUh_jXXNO8mVd0Tzh6k
|
||||
- v=spf1 include:_spf.google.com ~all
|
||||
|
||||
"*": # wildcard redirect
|
||||
ttl: 1
|
||||
type: CNAME
|
||||
value: cname.vercel-dns.com.
|
||||
|
||||
meta: # meta page
|
||||
ttl: 1
|
||||
type: CNAME
|
||||
value: cname.vercel-dns.com.
|
||||
|
||||
parker: # parker.dino.icu; reserved by hack club bank
|
||||
- type: ALIAS
|
||||
value: cname.vercel-dns.com.
|
||||
- ttl: 1
|
||||
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
|
||||
- ttl: 5
|
||||
type: TXT
|
||||
values:
|
||||
- google-site-verification=XqT81Vm5K6PUs4sy90BWKQMEVPaIDAXxBPI_n773h-A
|
||||
- v=spf1 include:_spf.google.com ~all
|
||||
|
||||
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
# use this as an example for your own domain!
|
||||
|
||||
orpheus: # prophet orpheus's page (when making your page enter your github username or slack id here)
|
||||
ttl: 1 # the time to live of your domain; you don't need to change this
|
||||
type: CNAME # the type of record you're creating; you don't need to change this unless your hosting provider requires it
|
||||
value: cname.vercel-dns.com. # the value of the record; set this to what your hosting provider requires
|
||||
|
||||
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
spider: # spider.dino.icu; reserved by hack club bank
|
||||
- type: ALIAS
|
||||
value: cname.vercel-dns.com.
|
||||
- ttl: 1
|
||||
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
|
||||
- ttl: 5
|
||||
type: TXT
|
||||
values:
|
||||
- google-site-verification=i1xM1TEj6jJSVo8p9s8oGmSZW2Wo2MIyxhyb007OAuA
|
||||
- v=spf1 include:_spf.google.com ~all
|
||||
|
||||
www: # redirect to bare domain
|
||||
ttl: 1
|
||||
type: CNAME
|
||||
value: cname.vercel-dns.com.
|
||||
Loading…
Add table
Reference in a new issue