fix: 网卡绑定问题

This commit is contained in:
Mmx233
2023-09-12 14:45:37 +08:00
parent e58128f469
commit dad957a197
3 changed files with 22 additions and 23 deletions

View File

@@ -17,9 +17,6 @@ func Guardian() {
var c = make(chan bool)
for {
go func() {
defer func() {
_ = recover()
}()
if config.Settings.Basic.Interfaces == "" { //单网卡
err := Login(nil, true)
if err != nil {