redir: fixed a typo

This commit is contained in:
nadoo 2018-09-17 19:22:36 +08:00
parent 15b98359b1
commit 515a5dffa5

View File

@ -32,7 +32,7 @@ type RedirProxy struct {
func init() {
proxy.RegisterServer("redir", NewRedirServer)
proxy.RegisterServer("redir6", NewRedirServer6)
proxy.RegisterServer("redir6", NewRedir6Server)
}
// NewRedirProxy returns a redirect proxy.