0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-15 12:57:16 +03:00

DNS outbound: Add blockTypes (#3812)

This commit is contained in:
风扇滑翔翼
2024-09-15 12:21:51 +08:00
committed by GitHub
parent d7c5a0fc5f
commit 3fed0c773f
4 changed files with 39 additions and 16 deletions

View File

@ -14,4 +14,5 @@ message Config {
xray.common.net.Endpoint server = 1;
uint32 user_level = 2;
string non_IP_query = 3;
repeated int32 block_types = 4;
}