add async option for dns handler

This commit is contained in:
ginuerzh
2023-04-14 19:17:10 +08:00
parent 436864ca92
commit 3d15dedab2
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,5 @@
package main
const (
version = "3.0.0-rc7"
version = "3.0.0-rc8"
)