mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-20 01:00:56 +00:00
chore: dns log error
This commit is contained in:
parent
1236eb7a8c
commit
6ee45630ba
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue