mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-16 19:56:51 +08:00
chore: dns log error
This commit is contained in:
parent
1236eb7a8c
commit
6ee45630ba
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user