mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 04:17:36 +03:00
Add disable_cache option to dns rule
This commit is contained in:
parent
8666631732
commit
af19ba6119
6 changed files with 127 additions and 82 deletions
|
@ -50,3 +50,8 @@ type Rule interface {
|
|||
Outbound() string
|
||||
String() string
|
||||
}
|
||||
|
||||
type DNSRule interface {
|
||||
Rule
|
||||
DisableCache() bool
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue