mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-04-22 02:42:49 -04:00
comments
This commit is contained in:
parent
c84629c374
commit
13dde1799d
@ -147,7 +147,9 @@ func (m *ResponseConfig) GetHeader() []*Header {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
Request *RequestConfig `protobuf:"bytes,1,opt,name=request" json:"request,omitempty"`
|
// Settings for authenticating requests. If not set, client side will not send authenication header, and server side will bypass authentication.
|
||||||
|
Request *RequestConfig `protobuf:"bytes,1,opt,name=request" json:"request,omitempty"`
|
||||||
|
// Settings for authenticating responses. If not set, client side will bypass authentication, and server side will not send authentication header.
|
||||||
Response *ResponseConfig `protobuf:"bytes,2,opt,name=response" json:"response,omitempty"`
|
Response *ResponseConfig `protobuf:"bytes,2,opt,name=response" json:"response,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user