1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-21 21:19:12 -04:00

allow dynamic type of user accounts

This commit is contained in:
v2ray
2016-05-28 13:44:11 +02:00
parent 87f664048b
commit 3f9cb1136a
18 changed files with 123 additions and 49 deletions

View File

@@ -48,3 +48,6 @@ func (this *Config) IsOwnHost(host v2net.Address) bool {
}
return false
}
type ClientConfig struct {
}