Merge branch 'dns' into dns-geo

This commit is contained in:
秋のかえで
2021-04-14 13:04:07 +08:00
7 changed files with 110 additions and 35 deletions
+1 -2
View File
@@ -62,8 +62,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;
}