This commit is contained in:
WJQSERVER 2025-01-15 07:28:50 +08:00
parent 3f48caeaa3
commit 09644c3218
3 changed files with 14 additions and 11 deletions

View file

@ -145,6 +145,8 @@ func init() {
router.NoRoute(func(c *gin.Context) {
proxy.NoRouteHandler(cfg, limiter, iplimiter, runMode)(c)
})
fmt.Printf("GHProxy Version: %s\n", version)
}
func main() {