Skip to content

Commit 33823f1

Browse files
committed
chore: sync internal interface
1 parent 781b783 commit 33823f1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

listener/sing_tun/iface.go

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ type defaultInterfaceFinder struct{}
1313

1414
var DefaultInterfaceFinder control.InterfaceFinder = (*defaultInterfaceFinder)(nil)
1515

16+
func (f *defaultInterfaceFinder) Update() error {
17+
iface.FlushCache()
18+
return nil
19+
}
20+
1621
func (f *defaultInterfaceFinder) Interfaces() []control.Interface {
1722
ifaces, err := iface.Interfaces()
1823
if err != nil {

0 commit comments

Comments
 (0)