1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-09-25 19:54:04 -04:00

rename RegisterInboundConnectionConfig to RegisterInboundConfig

This commit is contained in:
v2ray
2016-01-25 17:19:09 +01:00
parent 9fe8178e4a
commit 01ed2fa889
9 changed files with 11 additions and 11 deletions

View File

@@ -10,7 +10,7 @@ import (
)
func init() {
config.RegisterInboundConnectionConfig("dokodemo-door",
config.RegisterInboundConfig("dokodemo-door",
func(data []byte) (interface{}, error) {
type DokodemoConfig struct {
Host *v2net.AddressJson `json:"address"`