Hey, AS112 instance operators - there's new `service.arpa` that should be taken care by your servers! I made a short post about it - https://lukasz.bromirski.net/post/as112-service-arpa/. There's also ready-made, generic repo based on the RFC templates here: https://github.com/lukasz-bromirski/as112-template. #as112 #anycast #anycastdns
AS112 and service.arpa
you may have missed that, but IANA decided to properly use of service.arpa domain, just like they did previously to home.arpa - to avoid DNSSEC breakage. if you’re using BIND to serve your own AS112 instance, it’s enough to add following line: zone "service.arpa" { type master; file "m/db.dd-empty"; }; (assuming of course, that the file db.dd-empty is in subdirectory m of directory defined as working via directory on named.conf)
