1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-06 17:25:27 -05:00

update detour config settings

This commit is contained in:
v2ray
2016-04-24 22:40:43 +02:00
parent b59244f2c3
commit 9e1d0d8c5e
2 changed files with 8 additions and 3 deletions

View File

@@ -21,4 +21,5 @@ type Config struct {
AllowedUsers []*proto.User
Features *FeaturesConfig
Defaults *DefaultConfig
DetourConfig *DetourConfig
}