mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-04-30 17:38:41 +00:00
DNS: Add tag
for DnsServerObject (#4515)
Closes https://github.com/XTLS/Xray-core/issues/4505
This commit is contained in:
parent
6a211a0bb9
commit
6f8e253dec
4 changed files with 81 additions and 57 deletions
|
@ -29,6 +29,7 @@ message NameServer {
|
|||
repeated OriginalRule original_rules = 4;
|
||||
QueryStrategy query_strategy = 7;
|
||||
bool allowUnexpectedIPs = 8;
|
||||
string tag = 9;
|
||||
}
|
||||
|
||||
enum DomainMatchingType {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue