mirror of
https://github.com/XTLS/Xray-core.git
synced 2026-07-08 04:38:50 +00:00
Sockopt config: Add trustedXForwardedFor (for XHTTP, WS, HU inbounds) (#5331)
Fixes https://github.com/XTLS/Xray-core/pull/5101#issuecomment-3404979909
This commit is contained in:
@@ -132,6 +132,8 @@ message SocketConfig {
|
||||
AddressPortStrategy address_port_strategy = 21;
|
||||
|
||||
HappyEyeballsConfig happy_eyeballs = 22;
|
||||
|
||||
repeated string trusted_x_forwarded_for = 23;
|
||||
}
|
||||
|
||||
message HappyEyeballsConfig {
|
||||
|
||||
Reference in New Issue
Block a user