We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 781b783 commit 33823f1Copy full SHA for 33823f1
listener/sing_tun/iface.go
@@ -13,6 +13,11 @@ type defaultInterfaceFinder struct{}
13
14
var DefaultInterfaceFinder control.InterfaceFinder = (*defaultInterfaceFinder)(nil)
15
16
+func (f *defaultInterfaceFinder) Update() error {
17
+ iface.FlushCache()
18
+ return nil
19
+}
20
+
21
func (f *defaultInterfaceFinder) Interfaces() []control.Interface {
22
ifaces, err := iface.Interfaces()
23
if err != nil {
0 commit comments