From b997df2a68c7b278d8cdbfd19c82599b14197982 Mon Sep 17 00:00:00 2001 From: YX Hao Date: Sun, 25 Sep 2022 09:24:31 +0800 Subject: [PATCH] Bump * 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. --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index f217a34..aa70d1c 100755 --- a/main.c +++ b/main.c @@ -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;