mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-01-03 07:45:29 -05:00
default send through value
This commit is contained in:
2
v2ray.go
2
v2ray.go
@@ -111,7 +111,7 @@ func NewPoint(pConfig *Config) (*Point, error) {
|
||||
outboundHandler, err := proxyregistry.CreateOutboundHandler(
|
||||
outbound.Settings.Type, vpoint.space, outboundSettings, &proxy.OutboundHandlerMeta{
|
||||
Tag: outbound.Tag,
|
||||
Address: outbound.SendThrough.AsAddress(),
|
||||
Address: outbound.GetSendThroughValue(),
|
||||
StreamSettings: outbound.StreamSettings,
|
||||
})
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user