Skip to content

Commit

Permalink
Revert "Delegate to nest DNS" (#1007)
Browse files Browse the repository at this point in the history
This reverts commit 17df3c2.
  • Loading branch information
maxwofford authored Nov 13, 2023
1 parent 04848c1 commit 132bbf0
Showing 1 changed file with 36 additions and 6 deletions.
42 changes: 36 additions & 6 deletions hackclub.app.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,42 @@
---
"":
- type: NS
value: ns.hackclub.app.
- type: A
value: 188.40.159.194
- type: AAAA
value: 2a01:4f8:120:144a::194
"*":
- type: NS
value: ns.hackclub.app.
ns:
- type: A
value: 188.40.159.194
- type: AAAA
value: 2a01:4f8:120:144a::194
value: 2a01:4f8:120:144a::194
_github-challenge-hack-as-a-service:
type: TXT
value: 4b821e52c1
em2060:
type: CNAME
value: u17325777.wl028.sendgrid.net.
identity:
- type: A
value: 188.40.159.193
- type: AAAA
value: 2a01:4f8:120:144a::5
s1._domainkey:
type: CNAME
value: s1.domainkey.u17325777.wl028.sendgrid.net.
s2._domainkey:
type: CNAME
value: s2.domainkey.u17325777.wl028.sendgrid.net.
ts:
type: CNAME
value: secure.vm.hackclub.app.
guides:
type: CNAME
value: secure.vm.hackclub.app.
secure.vm:
- type: A
value: 188.40.159.193
- type: AAAA
value: 2a01:4f8:120:144a::5
status:
type: A
value: 34.138.52.92

0 comments on commit 132bbf0

Please sign in to comment.