Fix reset outbound

This commit is contained in:
世界 2022-11-06 10:36:19 +08:00
parent 0ad1bbea11
commit 1f63ce5dee
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
6 changed files with 63 additions and 17 deletions

View file

@ -60,3 +60,7 @@ type DNSRule interface {
Rule
DisableCache() bool
}
type InterfaceUpdateListener interface {
InterfaceUpdated() error
}