1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-05-23 20:59:08 -04:00

rename domain override

This commit is contained in:
Darien Raymond
2018-07-20 13:09:42 +02:00
parent fa0f0aba89
commit 6276bfa508
4 changed files with 76 additions and 76 deletions

View File

@@ -55,9 +55,9 @@ message SniffingConfig {
// Whether or not to enable content sniffing on an inbound connection.
bool enabled = 1;
// Override target domain if sniff'ed protocol is in the given list.
// Override target destination if sniff'ed protocol is in the given list.
// Supported values are "http", "tls".
repeated string domain_override = 2;
repeated string destination_override = 2;
}
message ReceiverConfig {