Skip to content

Commit

Permalink
Bump to v6.6.0
Browse files Browse the repository at this point in the history
* Cache more types of RR
* Cache IPv4 and IPv6 in raw
* Increase socket buffer size from 2k to 4k
* Improve CacheHT dispatching
* Add PROTOCOL type `*` for GroupFile
* Domain match `*` is with lower priority than conditional match
* Show more RR type info
  • Loading branch information
lifenjoiner committed Oct 11, 2024
1 parent 65b42ce commit 9de8cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include "timedtask.h"
#include "domainstatistic.h"

#define VERSION__ "6.5.4"
#define VERSION__ "6.6.0"
#define DESCRIPTIONS "DNSforwarder\nVersion: "VERSION__". License: GPL v3.\nTime of compilation: "__DATE__" "__TIME__".\n\n"

static char *ConfigFile;
Expand Down

0 comments on commit 9de8cab

Please sign in to comment.