Update main.go

This commit is contained in:
公明 2025-02-26 12:37:55 +08:00 committed by GitHub
parent c5806ea19b
commit 98ea6469e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,7 @@ import (
var logs sync.Map
func main() {
go Index()
go mitmproxy()
scan()
}