mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-12-29 05:25:21 -05:00
rename InboundConnectionHandler to InboundHandler
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
|
||||
func init() {
|
||||
internal.MustRegisterInboundConnectionHandlerCreator("dokodemo-door",
|
||||
func(space app.Space, rawConfig interface{}) (proxy.InboundConnectionHandler, error) {
|
||||
func(space app.Space, rawConfig interface{}) (proxy.InboundHandler, error) {
|
||||
config := rawConfig.(*Config)
|
||||
return NewDokodemoDoor(space, config), nil
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user