fix/chore: update submodule outbound to fix panic in some edge cases (#503)

This commit is contained in:
mzz
2024-04-24 02:22:50 +08:00
committed by GitHub
parent b5ebd4f8cb
commit f26ac49d9e
29 changed files with 55 additions and 59 deletions

View File

@ -16,9 +16,9 @@ import (
"time"
"github.com/daeuniverse/dae/common/consts"
"github.com/daeuniverse/softwind/netproxy"
"github.com/daeuniverse/softwind/pkg/fastrand"
"github.com/daeuniverse/softwind/pool"
"github.com/daeuniverse/outbound/netproxy"
"github.com/daeuniverse/outbound/pkg/fastrand"
"github.com/daeuniverse/outbound/pool"
dnsmessage "github.com/miekg/dns"
)