mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 04:17:36 +03:00
Move predefined DNS server to rule action
This commit is contained in:
parent
de9ceb82bb
commit
4f902b8507
15 changed files with 289 additions and 282 deletions
|
@ -33,6 +33,7 @@ const (
|
|||
RuleActionTypeHijackDNS = "hijack-dns"
|
||||
RuleActionTypeSniff = "sniff"
|
||||
RuleActionTypeResolve = "resolve"
|
||||
RuleActionTypePredefined = "predefined"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue