mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-06-19 09:19:55 -04:00
Simplify channel operations
This commit is contained in:
@@ -16,7 +16,7 @@ type ConnectionConfig struct {
|
||||
|
||||
// Config is the config for Point server.
|
||||
type Config struct {
|
||||
Port uint16 `json:"port"` // Port of this Point server.
|
||||
Port uint16 `json:"port"` // Port of this Point server.
|
||||
InboundConfig ConnectionConfig `json:"inbound"`
|
||||
OutboundConfig ConnectionConfig `json:"outbound"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user