Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
* TCPLocal implementation
* TCPGroup Parallel querying and optimization
* EnableUDPtoTCP and EnableTCPtoUDP options
* LIST syntax for group files
* CIDR support for IPSubstituting and new IPSubstitutingFile
* Random server balance for matched groups with wildcard rule
* Github CI
* Other improvements

More details refer to the example config.
  • Loading branch information
lifenjoiner committed Sep 25, 2022
1 parent b4b3dab commit b997df2
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.4.1"
#define VERSION__ "6.5.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 b997df2

Please sign in to comment.