feat: dns routing (#26)

This commit is contained in:
mzz
2023-02-25 02:38:21 +08:00
committed by GitHub
parent 33ad434f8a
commit 8bd6a77398
48 changed files with 2758 additions and 1449 deletions

View File

@ -23,7 +23,9 @@ const (
Function_Mac = "mac"
Function_ProcessName = "pname"
Declaration_Fallback = "fallback"
Function_QName = "qname"
Function_QType = "qtype"
Function_Upstream = "upstream"
OutboundParam_Mark = "mark"
)