add auto handler

This commit is contained in:
ginuerzh
2021-11-22 22:06:47 +08:00
parent 8861644bbc
commit fa8375f763
2 changed files with 97 additions and 0 deletions

View File

@ -14,6 +14,7 @@ import (
_ "github.com/go-gost/gost/pkg/dialer/udp"
// Register handlers
_ "github.com/go-gost/gost/pkg/handler/auto"
_ "github.com/go-gost/gost/pkg/handler/forward/local"
_ "github.com/go-gost/gost/pkg/handler/forward/remote"
_ "github.com/go-gost/gost/pkg/handler/http"