This commit is contained in:
gospider
2025-01-03 09:51:55 +08:00
parent 8182106fd4
commit 34a416a1b0
7 changed files with 88 additions and 105 deletions

View File

@@ -339,7 +339,7 @@ func (obj *Response) IsNewConn() bool {
}
// conn proxy
func (obj *Response) Proxys() []*url.URL {
func (obj *Response) Proxys() []Address {
if obj.rawConn != nil {
return obj.rawConn.Proxys()
}