mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-05-01 01:44:15 +00:00
Add routeOnly sniffing option
This commit is contained in:
parent
6c9e57d624
commit
a3023e43ef
8 changed files with 121 additions and 89 deletions
|
@ -57,10 +57,12 @@ message SniffingConfig {
|
|||
// Supported values are "http", "tls", "fakedns".
|
||||
repeated string destination_override = 2;
|
||||
repeated string domains_excluded = 3;
|
||||
|
||||
|
||||
// Whether should only try to sniff metadata without waiting for client input.
|
||||
// Can be used to support SMTP like protocol where server send the first message.
|
||||
bool metadata_only = 4;
|
||||
|
||||
bool route_only = 5;
|
||||
}
|
||||
|
||||
message ReceiverConfig {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue