0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-13 03:49:35 +03:00

Enhance DNS and Dialer (#341)

This commit is contained in:
Jim Han
2021-03-07 00:29:17 +08:00
committed by GitHub
parent ad1807dd99
commit db32ce6fd9
22 changed files with 682 additions and 290 deletions

View File

@ -22,4 +22,5 @@ message Config {
LogType access_log_type = 4;
string access_log_path = 5;
bool enable_dns_log = 6;
}