CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2019/12/08 02:47:51
Modified files: sbin/unwind : control.c parse.y resolver.c resolver.h unwind.c unwind.conf.5 unwind.h usr.sbin/unwindctl: parser.c parser.h unwindctl.8 unwindctl.c Log message: Turn opportunistic DoT into their own strategies. This is beneficial since we prefer strategies according to their performance. Previously name servers were upgraded to opportunistic DoT if it was available even if the round trip times went through the roof and there was no way to got back to plain udp/53 DNS. To make up a bit of space in the unwindctl status output, name servers learned via DHCP or SLAAC are printed in a new subcommand. The status output will be further improved shortly. Input & OK otto