Skip to content

Commit

Permalink
Set up Gmail for hackclub.org (#1060)
Browse files Browse the repository at this point in the history
* Set up Gmail for hackclub.org

* Fix YAML
  • Loading branch information
zachlatta authored Feb 6, 2024
1 parent 16e4af8 commit b496726
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions hackclub.org.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
'':
- type: ALIAS
value: proxyparty.hackclub.com.
- 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: aspmx2.googlemail.com.
preference: 10
- exchange: aspmx3.googlemail.com.
preference: 10
'*':
type: CNAME
value: proxyparty.hackclub.com.

0 comments on commit b496726

Please sign in to comment.