perlorg / www.pm.org

Perl Mongers Website
http://www.pm.org
25 stars 54 forks source link

shibuya.pm.org DNS update #155

Closed miyagawa closed 4 years ago

miyagawa commented 4 years ago

Hi, in #154 I requested to update shibuya.pm.org to a CNAME record, but i forgot that we had previously setup MX records for it using G Suite as well. Because you can't have both CNAME and MX on the same record, MX records are now removed. I'd like it to be A records instead.

Here's the list of A records (via https://docs.github.com/en/github/working-with-github-pages/managing-a-custom-domain-for-your-github-pages-site#configuring-an-apex-domain)

185.199.108.153
185.199.109.153
185.199.110.153
185.199.111.153

and MX records:

1   ASPMX.L.GOOGLE.COM.
5   ALT1.ASPMX.L.GOOGLE.COM.
5   ALT2.ASPMX.L.GOOGLE.COM.
10  ALT3.ASPMX.L.GOOGLE.COM.
10  ALT4.ASPMX.L.GOOGLE.COM.
jhannah-mm commented 4 years ago

DNS request [perl #134742] created. Should take effect in a day or so.

rspier commented 4 years ago

If you want this DNS config, I'd appreciate if you (@miyagawa ) would setup an intermediate host we can CNAME. We're trying to simplify our config, and not manually maintain multiple records for groups.

(At one point, years ago, I had a volunteer who was going to let us autogenerate the DNS from the master groups file, but they never finished the project.)

miyagawa commented 4 years ago

@rspier that's exactly what i requested in #154 and how it's done now, but unfortunately, DNS doesn't allow you to have both MX and CNAME on the same name :/

miyagawa commented 4 years ago

I guess alternatively I can setup a new zone for shibuya.pm.org on my DNS servers (linode) and you can add NS record on shibuya.pm.org, i think? Does that work for you?

rspier commented 4 years ago

Can you setup

shibuya.somedomain.com A ... MX ...

and then we can

shibuya.pm.org CNAME shibuya.somedomain.com

-R

miyagawa commented 4 years ago

OK, i just added shibuyapm.bulknews.net for it.

rspier commented 4 years ago

Master server updated. May take a little to propagate.

miyagawa commented 4 years ago

working for me locally. Thanks!