mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-05-13 15:48:39 +00:00
Add h2 & gRPC health check
This commit is contained in:
parent
d45298a10d
commit
d9d04a230f
8 changed files with 162 additions and 83 deletions
|
@ -9,4 +9,6 @@ option java_multiple_files = true;
|
|||
message Config {
|
||||
repeated string host = 1;
|
||||
string path = 2;
|
||||
int32 idle_timeout = 3;
|
||||
int32 health_check_timeout = 4;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue