Small fixes

This commit is contained in:
Vladimir Stoilov
2022-09-20 16:44:31 +02:00
committed by Daniel
parent ecce16ee78
commit 5ed133d578
4 changed files with 14 additions and 12 deletions

View File

@@ -448,7 +448,7 @@ func GetConnection(id string) (*Connection, bool) {
// GetAllConnections Gets all connection.
func GetAllConnections() []*Connection {
return append(conns.list(), dnsConns.list()...)
return conns.list()
}
// SetLocalIP sets the local IP address together with its network scope. The