Update main.go

This commit is contained in:
公明 2025-02-27 10:08:12 +08:00 committed by GitHub
parent cc8be2845b
commit 174b804b2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,15 @@ package main
import (
"sync"
"yuequanScan/config"
)
var logs sync.Map
func main() {
config.GetConfig()
go Index()
go mitmproxy()
scan()