Post B5X5eoTBgu7tVM30kq by la@chaos.social
(DIR) More posts by la@chaos.social
(DIR) Post #B5X4KxpN5bOYmWOZFI by la@chaos.social
0 likes, 0 repeats
I don't understand DNS :(I have an alias record at my apex pointed at another zone, since I don't wanna (and can't easily) run ddns for that one, since it's just shared to me. But since it runs on the same server as the other domain, I can just reuse that A and AAAA record. I thought. It works if I query my authoritative dns server, but if I query anything else, it fails to resolve to anything....
(DIR) Post #B5X4Ky2qHWAdSIhKF6 by azonenberg@ioc.exchange
0 likes, 0 repeats
@la is this world facing self hosted DNS? Are you using a CNAME record or what? Are you maybe missing a trailing dot or something on the FQDN?
(DIR) Post #B5X4WqoSzlaGV8dkem by la@chaos.social
0 likes, 0 repeats
@azonenberg This is world facing friends hosted DNS (servfail.network / @dns )And I'm using a subdomain of a friend, who just delegated that subdomain into it's own zone and gave me access to that zone.
(DIR) Post #B5X4kbGFc63IK2ByFc by la@chaos.social
0 likes, 0 repeats
@azonenberg @dns Amd since I want this to just have another domains A and AAAA records at the apex I'm using an ALIAS record.
(DIR) Post #B5X4kbTio0pMzoUjFQ by azonenberg@ioc.exchange
0 likes, 0 repeats
@la @dns hmm I'm not familiar with those I've only ever worked with MX, A, AAAA, CNAME, and PTR.Maybe stale cache entries? What's the cache expiration time on the records and how long has it been since you last changed something? For DDNS you want to explicitly set a short expiry
(DIR) Post #B5X583l1pYc3MXm55c by la@chaos.social
0 likes, 0 repeats
@azonenberg @dns it aint the cache, the ddns entries have a 60s ttl, the ALIAS recore is at 3600, but has been there for a few days. And even then, my IPv4 hasn't changed since I last checked a few days ago.
(DIR) Post #B5X5CWAm7pCaeJwXXU by azonenberg@ioc.exchange
0 likes, 0 repeats
@la @dns Weird, you're at the limit of my DNS skills then.Anything interesting show up in a dig/nslookup when you query your server from outside / query via specific 3rd party resolvers?
(DIR) Post #B5X5dvHasJAkLTCTY0 by la@chaos.social
0 likes, 0 repeats
@azonenberg @dns well, it resolves fine on the auth server. Just nowhere else 🙃
(DIR) Post #B5X5eoIYKRcSyN4WB6 by dns@donotsta.re
0 likes, 0 repeats
@la @azonenberg ALIAS records are cursed, do you have DNSSEC enabled by any chance? ~f
(DIR) Post #B5X5eoTBgu7tVM30kq by la@chaos.social
0 likes, 0 repeats
@dns @azonenberg I don't think I do... It's not my zone, just shared to me, so I can't access that page in the webui at least. Same reason as why I can't just do ddns for that zone as well.If you have a different suggestion of how I can make that resolve my A and AAAA record, I'd love to hear it.
(DIR) Post #B5X5eobhBGvpvk1o12 by azonenberg@ioc.exchange
0 likes, 0 repeats
@la @dns i've never worked with web management interfaces so no idea. I'm used to editing BIND zone files in nano then doing an explicit "rndc reload" in the shell