Add disable_cache option to dns rule
This commit is contained in:
@@ -50,3 +50,8 @@ type Rule interface {
|
||||
Outbound() string
|
||||
String() string
|
||||
}
|
||||
|
||||
type DNSRule interface {
|
||||
Rule
|
||||
DisableCache() bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user