summaryrefslogtreecommitdiff
path: root/net/dnsdist
AgeCommit message (Collapse)AuthorFilesLines
2018-08-08net/dnsdist: Fix build on SunOS, clean up args, disable optional SNMP.fhajny6-8/+92
2018-08-04net/dnsdist: Update to 1.3.2minskim5-56/+8
New features: - Add support for more than one TLS certificate - Add a negative ttl option to the packet cache - Add the ability to dump a summary of the cache content - Add netmask-based {ex,in}clusions to DynblockRulesGroup - Add DNSAction.NoOp to debug dynamic blocks - Add SetECSAction to set an arbitrary outgoing ecs value - Add support for rotating certificates and keys
2018-02-27net/dnsdist: Update to 1.2.1.fhajny2-8/+7
New Features - Add configuration option to disable IP_BIND_ADDRESS_NO_PORT Improvements - Handle bracketed IPv6 addresses without ports Bug Fixes - Make dnsdist dynamic truncate do right thing on TCP/IP. - Add missing QPSAction - Don't create a Remote Logger in client mode. - Use libsodium's CFLAGS, we might need them to find the includes. - Keep the TCP connection open on cache hit, generated answers. - Add the missing <sys/time.h> include to mplexer.hh for struct timeval. - Sort the servers based on their 'order' after it has been set. - Quiet unused variable warning on macOS (Chris Hofstaedtler). - Fix the outstanding counter when an exception is raised. - Do not connect the snmpAgent from a dnsdist client.
2018-02-20net/dnsdist: Use the usual 'application' SMF property group namefhajny2-3/+3
to avoid having to refer to the property group explicitly. Fixes joyent/pkgsrc#84. Bump PKGREVISION.
2018-01-17Belated PKGREVISION bump for devel/protobuf update.jperkin1-1/+2
Fixes at least joyent/pkgsrc#60.
2017-09-03Follow some redirects.wiz1-2/+2
2017-08-22Update net/dnsdist to 1.2.0.fhajny4-45/+14
- fix for CVE-2016-7069 and CVE-2017-7557. - applying rules on cache hits - addition of runtime changeable rules that matches IP address for a certain time: TimedIPSetRule - SNMP support, exporting statistics and sending traps - preventing the packet cache from ageing responses when deployed in front of authoritative servers - TTL alteration capabilities - consistent hash results over multiple deployments - exporting CNAME records over protobuf - tuning the size of the ringbuffers used to keep track of recent queries and responses - various DNSCrypt-related fixes and improvements, including automatic key rotation Full changelog: https://dnsdist.org/changelog.html
2017-05-22Don't try to order null pointers.joerg2-1/+32
2017-03-31Import dnsdist 1.1.0 as dns/dnsdist.fhajny12-0/+240
dnsdist is a highly DNS-, DoS- and abuse-aware loadbalancer. Its goal in life is to route traffic to the best server, delivering top performance to legitimate users while shunting or blocking abusive traffic.