mirror of
https://github.com/nadoo/glider.git
synced 2025-02-24 01:45:39 +08:00
redir: fixed a typo
This commit is contained in:
parent
15b98359b1
commit
515a5dffa5
@ -32,7 +32,7 @@ type RedirProxy struct {
|
|||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
proxy.RegisterServer("redir", NewRedirServer)
|
proxy.RegisterServer("redir", NewRedirServer)
|
||||||
proxy.RegisterServer("redir6", NewRedirServer6)
|
proxy.RegisterServer("redir6", NewRedir6Server)
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewRedirProxy returns a redirect proxy.
|
// NewRedirProxy returns a redirect proxy.
|
||||||
|
Loading…
Reference in New Issue
Block a user