filter-a plugin
@treysis reversed the functionality of the 'filter-aaaa' plugin to omit A records instead of AAAA records.
This is useful especially in some IPv6-only environments. Sometimes, client software ignores system preferences and choses A over AAAA (e.g. 'NodeJS' does or used to do this). On an IPv6-only system, this will result in a failed connection attempt. If no 'happy eyeballs' is used, this will at least defer connection till after timeout, or worse it will make the connection impossible.
Closes #2585 (closed)
Edited by Matthijs Mekking