mirror of
https://github.com/nadoo/glider.git
synced 2025-02-23 09:25:41 +08:00
redir: fixed a typo
This commit is contained in:
parent
15b98359b1
commit
515a5dffa5
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user