mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-05-01 01:44:15 +00:00
v1.0.0
This commit is contained in:
parent
47d23e9972
commit
c7f7c08ead
711 changed files with 82154 additions and 2 deletions
15
transport/internet/tcp/config.proto
Normal file
15
transport/internet/tcp/config.proto
Normal file
|
@ -0,0 +1,15 @@
|
|||
syntax = "proto3";
|
||||
|
||||
package xray.transport.internet.tcp;
|
||||
option csharp_namespace = "Xray.Transport.Internet.Tcp";
|
||||
option go_package = "github.com/xtls/xray-core/v1/transport/internet/tcp";
|
||||
option java_package = "com.xray.transport.internet.tcp";
|
||||
option java_multiple_files = true;
|
||||
|
||||
import "common/serial/typed_message.proto";
|
||||
|
||||
message Config {
|
||||
reserved 1;
|
||||
xray.common.serial.TypedMessage header_settings = 2;
|
||||
bool accept_proxy_protocol = 3;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue