diff --git a/app/point/config/json/json.go b/app/point/config/json/json.go index fa3d2a765..554161f86 100644 --- a/app/point/config/json/json.go +++ b/app/point/config/json/json.go @@ -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"` diff --git a/release/config/vpoint_socks_vmess.json b/release/config/vpoint_socks_vmess.json index 554637a7c..cc43d31eb 100644 --- a/release/config/vpoint_socks_vmess.json +++ b/release/config/vpoint_socks_vmess.json @@ -33,7 +33,7 @@ "tag": "direct" } ], - "router": { + "routing": { "strategy": "rules", "settings": { "rules": [ diff --git a/release/config/vpoint_vmess_freedom.json b/release/config/vpoint_vmess_freedom.json index 5fb213cf6..6d16bce69 100644 --- a/release/config/vpoint_vmess_freedom.json +++ b/release/config/vpoint_vmess_freedom.json @@ -29,7 +29,7 @@ "tag": "blocked" } ], - "router": { + "routing": { "strategy": "rules", "settings": { "rules": [