0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-19 22:58:03 +03:00

Feat: DNS hosts support multiple addresses

This commit is contained in:
秋のかえで
2021-04-11 23:07:48 +08:00
parent 598e15aed2
commit 7cf30d5101
7 changed files with 106 additions and 31 deletions

View File

@ -73,8 +73,7 @@ message Config {
repeated bytes ip = 3;
// ProxiedDomain indicates the mapped domain has the same IP address on this
// domain. Xray will use this domain for IP queries. This field is only
// effective if ip is empty.
// domain. Xray will use this domain for IP queries.
string proxied_domain = 4;
}