mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-03-01 18:21:19 +00:00
chore: dns log error
This commit is contained in:
@@ -43,7 +43,7 @@ func (c *client) Address() string {
|
||||
}
|
||||
}
|
||||
|
||||
c.addr = fmt.Sprintf("%s//:%s", schema, net.JoinHostPort(c.host, c.port))
|
||||
c.addr = fmt.Sprintf("%s://%s", schema, net.JoinHostPort(c.host, c.port))
|
||||
return c.addr
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user