mirror of
https://github.com/System-End/dns.git
synced 2026-04-19 22:05:14 +00:00
Revert back to old octoDNS version
This commit is contained in:
parent
1015ed18ec
commit
bba65f8e49
8 changed files with 54 additions and 84 deletions
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
|
|
@ -12,12 +12,11 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: "3"
|
||||
python-version: '3'
|
||||
- name: Install OctoDNS
|
||||
run: pip install -r requirements.txt
|
||||
run: pip install 'octodns==0.9.10'
|
||||
- name: Sync w/ production DNS providers
|
||||
run: ./bin/sync
|
||||
env:
|
||||
DNSIMPLE_ACCOUNT_NUMBER: ${{ secrets.DNSIMPLE_ACCOUNT_NUMBER }}
|
||||
DNSIMPLE_API_KEY: ${{ secrets.DNSIMPLE_API_KEY }}
|
||||
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
|
||||
|
|
|
|||
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
|
@ -1,6 +1,6 @@
|
|||
name: test
|
||||
|
||||
on: ["push", "pull_request"]
|
||||
on: ['push', 'pull_request']
|
||||
|
||||
jobs:
|
||||
octodns:
|
||||
|
|
@ -9,12 +9,11 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: "3"
|
||||
python-version: '3'
|
||||
- name: Install OctoDNS
|
||||
run: pip install -r requirements.txt
|
||||
run: pip install 'octodns==0.9.10'
|
||||
- name: Do a dry run
|
||||
run: ./bin/dry-run
|
||||
env:
|
||||
DNSIMPLE_ACCOUNT_NUMBER: ${{ secrets.DNSIMPLE_ACCOUNT_NUMBER }}
|
||||
DNSIMPLE_API_KEY: ${{ secrets.DNSIMPLE_API_KEY }}
|
||||
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ That's it! Someone with contributor access to the repo will then review your PR.
|
|||
|
||||
`hackclub.xxx` subdomains are only available for all clubs and projects related to Hack Club.
|
||||
|
||||
When adding a site hosted on Vercel, you will need to verifiy the domain by adding a TXT record.
|
||||
When adding a site hosted on ▲ Vercel, you will need to verifiy the domain by adding a TXT record.
|
||||
|
||||
<img width="787" alt="image" src="https://user-images.githubusercontent.com/63619830/171483050-68d3123b-3b16-4293-b7f1-f5259f6d039b.png">
|
||||
|
||||
|
|
|
|||
|
|
@ -5,12 +5,9 @@ providers:
|
|||
directory: ./
|
||||
enforce_order: False
|
||||
dnsimple:
|
||||
class: octodns_dnsimple.DnsimpleProvider
|
||||
class: octodns.provider.dnsimple.DnsimpleProvider
|
||||
token: env/DNSIMPLE_API_KEY
|
||||
account: env/DNSIMPLE_ACCOUNT_NUMBER
|
||||
cloudflare:
|
||||
class: octodns_cloudflare.CloudflareProvider
|
||||
token: env/CLOUDFLARE_TOKEN
|
||||
|
||||
zones:
|
||||
hackclub.com.:
|
||||
|
|
@ -83,8 +80,3 @@ zones:
|
|||
- config
|
||||
targets:
|
||||
- dnsimple
|
||||
hcb.gg.:
|
||||
sources:
|
||||
- config
|
||||
targets:
|
||||
- cloudflare
|
||||
|
|
|
|||
|
|
@ -184,8 +184,8 @@ orpheus: # prophet orpheus's page (when making your page enter your github usern
|
|||
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
parker: # parker.dino.icu; reserved by hack club bank
|
||||
- type: A
|
||||
value: 76.76.21.21
|
||||
- type: ALIAS
|
||||
value: cname.vercel-dns.com.
|
||||
- ttl: 1
|
||||
type: MX
|
||||
values:
|
||||
|
|
@ -226,8 +226,8 @@ short: # short.dino.icu; by kunal botla (.com)
|
|||
value: cname.vercel-dns.com.
|
||||
|
||||
spider: # spider.dino.icu; reserved by hack club bank
|
||||
- type: A
|
||||
value: 76.76.21.21
|
||||
- type: ALIAS
|
||||
value: cname.vercel-dns.com.
|
||||
- ttl: 1
|
||||
type: MX
|
||||
values:
|
||||
|
|
@ -249,7 +249,7 @@ spider: # spider.dino.icu; reserved by hack club bank
|
|||
|
||||
social:
|
||||
ttl: 1
|
||||
type: CNAME
|
||||
type: ALIAS
|
||||
value: lithium.devcara.com.
|
||||
|
||||
stickers: # by https://github.com/lem6ns
|
||||
|
|
@ -274,7 +274,7 @@ tejas: # by tej
|
|||
|
||||
vercel:
|
||||
- ttl: 1
|
||||
type: CNAME
|
||||
type: ALIAS
|
||||
value: cname.vercel-dns.com.
|
||||
|
||||
vercel-a:
|
||||
|
|
@ -284,7 +284,7 @@ vercel-a:
|
|||
|
||||
vercel-alias:
|
||||
ttl: 1
|
||||
type: CNAME
|
||||
type: ALIAS
|
||||
value: cname.vercel-dns.com.
|
||||
|
||||
vercel-cname:
|
||||
|
|
@ -316,7 +316,7 @@ www: # redirect to bare domain
|
|||
|
||||
xn--c1h:
|
||||
- ttl: 1
|
||||
type: CNAME
|
||||
type: ALIAS
|
||||
value: cname.vercel-dns.com.
|
||||
|
||||
xn--ct9h:
|
||||
|
|
|
|||
|
|
@ -61,6 +61,10 @@ IAW:
|
|||
- ttl: 1
|
||||
type: CNAME
|
||||
value: iawhackclub.netlify.com.
|
||||
MaggieWalker:
|
||||
- ttl: 1
|
||||
type: CNAME
|
||||
value: Home.
|
||||
Map:
|
||||
- ttl: 1
|
||||
type: CNAME
|
||||
|
|
@ -518,14 +522,20 @@ byteclub:
|
|||
value: cname.vercel-dns.com.
|
||||
|
||||
birthdays:
|
||||
ttl: 1
|
||||
type: CNAME
|
||||
value: cname.vercel-dns.com.
|
||||
- ttl: 1
|
||||
type: ALIAS
|
||||
value: cname.vercel-dns.com.
|
||||
- ttl: 1
|
||||
type: TXT
|
||||
value: vc-domain-verify=birthdays.hackclub.com,7ca55aea82d546d470e1.
|
||||
|
||||
birthday:
|
||||
ttl: 1
|
||||
type: CNAME
|
||||
value: cname.vercel-dns.com.
|
||||
- ttl: 1
|
||||
type: ALIAS
|
||||
value: cname.vercel-dns.com.
|
||||
- ttl: 1
|
||||
type: TXT
|
||||
value: vc-domain-verify=birthday.hackclub.com,b54f1e09bf276faffd29.
|
||||
|
||||
calendar:
|
||||
ttl: 1
|
||||
|
|
@ -734,7 +744,7 @@ directory:
|
|||
value: cname.vercel-dns.com.
|
||||
dorman:
|
||||
ttl: 1
|
||||
type: CNAME
|
||||
type: ALIAS
|
||||
value: cname.vercel-dns.com.
|
||||
draw-dino:
|
||||
ttl: 1
|
||||
|
|
@ -806,8 +816,8 @@ eomail:
|
|||
value: custom.eomail2.com.
|
||||
epoch:
|
||||
- ttl: 1
|
||||
type: A
|
||||
value: 76.76.21.21
|
||||
type: ALIAS
|
||||
value: cname.vercel-dns.com.
|
||||
- ttl: 3600
|
||||
type: TXT
|
||||
values:
|
||||
|
|
@ -830,8 +840,8 @@ epoch:
|
|||
preference: 10
|
||||
epochba:
|
||||
- ttl: 1
|
||||
type: A
|
||||
value: 76.76.21.21
|
||||
type: ALIAS
|
||||
value: cname.vercel-dns.com.
|
||||
- ttl: 3600
|
||||
type: TXT
|
||||
values:
|
||||
|
|
@ -854,8 +864,8 @@ epochba:
|
|||
preference: 10
|
||||
epochvt:
|
||||
- ttl: 1
|
||||
type: A
|
||||
value: 76.76.21.21
|
||||
type: ALIAS
|
||||
value: cname.vercel-dns.com.
|
||||
- ttl: 3600
|
||||
type: TXT
|
||||
values:
|
||||
|
|
@ -914,8 +924,8 @@ flagship:
|
|||
value: cname.vercel-dns.com.
|
||||
flhs:
|
||||
- ttl: 1
|
||||
type: A
|
||||
value: "34.149.204.188"
|
||||
type: ALIAS
|
||||
value: 15a3885d-947d-470c-909d-3a2b358f9662.repl.co.
|
||||
- ttl: 3600
|
||||
type: TXT
|
||||
values:
|
||||
|
|
@ -1392,6 +1402,10 @@ ms:
|
|||
- ttl: 1
|
||||
type: CNAME
|
||||
value: cname.vercel-dns.com.
|
||||
mw:
|
||||
- ttl: 1
|
||||
type: CNAME
|
||||
value: Home.
|
||||
mx._domainkey:
|
||||
ttl: 1
|
||||
type: TXT
|
||||
|
|
@ -1489,8 +1503,8 @@ philanthropy:
|
|||
value: cname.vercel-dns.com.
|
||||
phs:
|
||||
- ttl: 1
|
||||
type: A
|
||||
value: 76.76.21.21
|
||||
type: ALIAS
|
||||
value: cname.vercel-dns.com.
|
||||
- ttl: 1
|
||||
type: MX
|
||||
values:
|
||||
|
|
@ -1587,8 +1601,8 @@ psn:
|
|||
value: psnhackclub.netlify.app.
|
||||
puyallup:
|
||||
- ttl: 1
|
||||
type: A
|
||||
value: 76.76.21.21
|
||||
type: ALIAS
|
||||
value: cname.vercel-dns.com.
|
||||
- ttl: 1
|
||||
type: MX
|
||||
values:
|
||||
|
|
@ -1854,8 +1868,8 @@ streaks:
|
|||
value: adoring-brown-d90455.netlify.app.
|
||||
summer:
|
||||
- ttl: 1
|
||||
type: A
|
||||
value: 76.76.21.21
|
||||
type: ALIAS
|
||||
value: cname.vercel-dns.com.
|
||||
- ttl: 1
|
||||
type: TXT
|
||||
values:
|
||||
|
|
@ -1900,8 +1914,8 @@ testing.mail:
|
|||
value: v=spf1 include:mailgun.org ~all
|
||||
tfss:
|
||||
- ttl: 1
|
||||
type: A
|
||||
value: 76.76.21.21
|
||||
type: ALIAS
|
||||
value: cname.vercel-dns.com.
|
||||
- ttl: 1
|
||||
type: TXT
|
||||
values:
|
||||
|
|
@ -2164,12 +2178,8 @@ angelhacks-toronto:
|
|||
value: cname.vercel-dns.com.
|
||||
epanomi:
|
||||
- ttl: 1
|
||||
type: A
|
||||
values:
|
||||
- "185.199.108.153"
|
||||
- "185.199.109.153"
|
||||
- "185.199.110.153"
|
||||
- "185.199.111.153"
|
||||
type: ALIAS
|
||||
value: epanomi-hack-club.github.io.
|
||||
- type: TXT
|
||||
value: protonmail-verification=8ab28e976e0144dcaf43da3668d00393017dc702.\
|
||||
|
||||
|
|
|
|||
27
hcb.gg.yaml
27
hcb.gg.yaml
|
|
@ -1,27 +0,0 @@
|
|||
---
|
||||
"":
|
||||
- ttl: 300
|
||||
type: A
|
||||
values:
|
||||
- 104.21.21.227
|
||||
- 172.67.200.239
|
||||
- ttl: 300
|
||||
type: AAAA
|
||||
values:
|
||||
- 2606:4700:3032::6815:15e3
|
||||
- 2606:4700:3034::ac43:c8ef
|
||||
web:
|
||||
ttl: 300
|
||||
type: A
|
||||
value: 167.235.200.107
|
||||
www:
|
||||
- ttl: 300
|
||||
type: A
|
||||
values:
|
||||
- 104.21.21.227
|
||||
- 172.67.200.239
|
||||
- ttl: 300
|
||||
type: AAAA
|
||||
values:
|
||||
- 2606:4700:3032::6815:15e3
|
||||
- 2606:4700:303
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
octodns==0.9.21
|
||||
octodns-cloudflare==0.0.2
|
||||
octodns-dnsimple==0.0.1
|
||||
Loading…
Add table
Reference in a new issue