mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-14 00:51:12 +03:00
Fix network monitor
This commit is contained in:
@@ -174,9 +174,9 @@ func (s *SSH) connect() (*ssh.Client, error) {
|
||||
return client, nil
|
||||
}
|
||||
|
||||
func (s *SSH) InterfaceUpdated() error {
|
||||
func (s *SSH) InterfaceUpdated() {
|
||||
common.Close(s.clientConn)
|
||||
return nil
|
||||
return
|
||||
}
|
||||
|
||||
func (s *SSH) Close() error {
|
||||
|
||||
Reference in New Issue
Block a user