Update main.go

This commit is contained in:
spiritlhl 2024-05-02 11:19:00 +08:00 committed by GitHub
parent 3354bcde5e
commit 96d93915f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,4 +13,6 @@ func main() {
}()
fmt.Println(Green("项目地址:"), Yellow("https://github.com/oneclickvirt/backtrace"))
backtrace.BackTrace()
fmt.Println(Purple("同一目标地址显示多个线路时可能追踪IP地址已越过汇聚层此时除去第一个线路信息后续信息可能无效"))
fmt.Println(Purple("准确线路请查看详细的路由自行判断"))
}