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)

lukasz.bromirski.net
As you were asking - I added generic @nlnetlabs NSD 4.x configuration and @ondrejfilip / @marenamat BIRD 2.x. As a bonus - rc.conf and sysctl.conf for @FreeBSDFoundation 12-14.x: https://github.com/lukasz-bromirski/as112-template #as112 #anycast
GitHub - lukasz-bromirski/as112-template: AS112 config template

AS112 config template. Contribute to lukasz-bromirski/as112-template development by creating an account on GitHub.

GitHub