CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2021/08/14 01:40:02
Modified files: sbin/unwind : resolver.c Log message: Use new val-max-restart: 0 option to stop unwind from trying different authorities when encountering a validation error. This only helps one particular case of validation errors: When authorities are out of sync and some carry old zones. In all other cases this causes a huge amount of work that will just end in a SERVFAIL because the result will still be bogus. OK sthen