Util: Change DoH to the RFC 8484 protocol

This commit is contained in:
zzz
2020-12-06 12:54:20 +00:00
parent 48b8886224
commit d683f0d9eb
5 changed files with 320 additions and 92 deletions

View File

@@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 1;
public final static long BUILD = 2;
/** for example "-test" */
public final static String EXTRA = "";