mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-30 05:56:54 -05:00
update json configure for websocket header
This commit is contained in:
parent
d378b8c42e
commit
40a7847d7f
@ -142,6 +142,7 @@ type WebSocketConfig struct {
|
||||
AcceptProxyProtocol bool `json:"acceptProxyProtocol"`
|
||||
MaxEarlyData int32 `json:"maxEarlyData"`
|
||||
UseBrowserForwarding bool `json:"useBrowserForwarding"`
|
||||
EarlyDataHeaderName string `json:"earlyDataHeaderName"`
|
||||
}
|
||||
|
||||
// Build implements Buildable.
|
||||
@ -162,6 +163,7 @@ func (c *WebSocketConfig) Build() (proto.Message, error) {
|
||||
Header: header,
|
||||
MaxEarlyData: c.MaxEarlyData,
|
||||
UseBrowserForwarding: c.UseBrowserForwarding,
|
||||
EarlyDataHeaderName: c.EarlyDataHeaderName,
|
||||
}
|
||||
if c.AcceptProxyProtocol {
|
||||
config.AcceptProxyProtocol = c.AcceptProxyProtocol
|
||||
|
Loading…
Reference in New Issue
Block a user