1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-25 00:45:24 +00:00

Rename to routing

This commit is contained in:
V2Ray 2015-11-23 00:19:23 +01:00
parent 790f6c038c
commit 869cd46450
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ import (
type Config struct {
PortValue uint16 `json:"port"` // Port of this Point server.
LogConfigValue *LogConfig `json:"log"`
RouterConfigValue *routerconfigjson.RouterConfig `json:"router"`
RouterConfigValue *routerconfigjson.RouterConfig `json:"routing"`
InboundConfigValue *ConnectionConfig `json:"inbound"`
OutboundConfigValue *ConnectionConfig `json:"outbound"`
InboundDetoursValue []*InboundDetourConfig `json:"inboundDetour"`

View File

@ -33,7 +33,7 @@
"tag": "direct"
}
],
"router": {
"routing": {
"strategy": "rules",
"settings": {
"rules": [

View File

@ -29,7 +29,7 @@
"tag": "blocked"
}
],
"router": {
"routing": {
"strategy": "rules",
"settings": {
"rules": [