Add option realitySettings.masterKeyLog

This commit is contained in:
Qi Lin 2024-01-11 14:36:13 +08:00 committed by yuhan6665
parent 961cf9d3b1
commit 0ea2a50264
5 changed files with 44 additions and 13 deletions

View file

@ -24,4 +24,5 @@ message Config {
bytes short_id = 24;
string spider_x = 25;
repeated int64 spider_y = 26;
string master_key_log = 27;
}