mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-03 20:07:36 +03:00
Fix reset outbound
This commit is contained in:
parent
0ad1bbea11
commit
1f63ce5dee
6 changed files with 63 additions and 17 deletions
|
@ -60,3 +60,7 @@ type DNSRule interface {
|
|||
Rule
|
||||
DisableCache() bool
|
||||
}
|
||||
|
||||
type InterfaceUpdateListener interface {
|
||||
InterfaceUpdated() error
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue