Merge pull request #197 from u21h2/main

使用毫秒作为随机数种子,避免生成的ceye子域名相同,导致反连平台误报
This commit is contained in:
影舞者 2022-07-03 23:53:47 +08:00 committed by GitHub
commit 67f30bf4e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ func doSearch(re string, body string) map[string]string {
func newReverse() *Reverse {
letters := "1234567890abcdefghijklmnopqrstuvwxyz"
randSource := rand.New(rand.NewSource(time.Now().Unix()))
randSource := rand.New(rand.NewSource(time.Now().UnixNano()))
sub := RandomStr(randSource, letters, 8)
//if true {
// //默认不开启dns解析