Skip to content

Commit

Permalink
Rename to routing
Browse files Browse the repository at this point in the history
  • Loading branch information
DarienRaymond committed Nov 22, 2015
1 parent 790f6c0 commit 869cd46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/point/config/json/json.go
Expand Up @@ -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"`
Expand Down
2 changes: 1 addition & 1 deletion release/config/vpoint_socks_vmess.json
Expand Up @@ -33,7 +33,7 @@
"tag": "direct"
}
],
"router": {
"routing": {
"strategy": "rules",
"settings": {
"rules": [
Expand Down
2 changes: 1 addition & 1 deletion release/config/vpoint_vmess_freedom.json
Expand Up @@ -29,7 +29,7 @@
"tag": "blocked"
}
],
"router": {
"routing": {
"strategy": "rules",
"settings": {
"rules": [
Expand Down

0 comments on commit 869cd46

Please sign in to comment.