mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-05-01 01:44:15 +00:00
Add PROXY Protocol support for freedom outbound
This commit is contained in:
parent
b56917fde5
commit
3a99520370
5 changed files with 80 additions and 22 deletions
|
@ -39,5 +39,6 @@ message Config {
|
|||
uint32 timeout = 2 [deprecated = true];
|
||||
DestinationOverride destination_override = 3;
|
||||
uint32 user_level = 4;
|
||||
Fragment fragment = 5;
|
||||
Fragment fragment = 5;
|
||||
uint32 proxy_protocol = 6;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue